Karl Stolley
9c77300c5a
bootstrap: Remove body selectors, zero margin/padding explicitly.
2024-02-15 10:31:29 -08:00
Karl Stolley
79959573bd
bootstrap: Remove unnecessary root properties.
...
* `font-size: 100%` is unnecessary, as `font-size: 16px` is set on
the `body` selector.
* `text-size-adjust` is unnecessary, as supporting browsers appear
to use `100%` as a default value anyway.
2024-02-15 10:31:29 -08:00
Aman Agrawal
da7cb0af1c
bootstrap: Remove unused dropdown toggle class definitions.
2024-02-03 17:20:28 -08:00
Aman Agrawal
ea2bd14480
bootstrap: Remove duplicate invisible class.
...
The same definition is already present app_components.css, so
we don't need it here.
2024-02-02 11:00:35 -08:00
Sahil Batra
5f82bf0002
css: Remove bootstrap css for "fade" class.
...
We do not use "fade" class in our app anymore so we can
remove its CSS from boostrap.app.css.
2024-01-29 09:55:32 -08:00
Tim Abbott
00aa0631fe
css: Move Bootstrap alerts CSS to separate file.
2024-01-28 16:08:30 -08:00
Tim Abbott
56a884e0be
css: Extract Bootstrap Typeahead CSS to its own file.
2024-01-28 16:08:30 -08:00
Tim Abbott
73aca658f6
css: Remove unused Bootstrap dropdown-backdrop rules.
2024-01-28 16:08:30 -08:00
Tim Abbott
ee97d018af
css: Remove unused Bootstrap dropup CSS.
2024-01-28 16:08:30 -08:00
Tim Abbott
3818969f04
css: Remove overridden body styles from app.
2024-01-28 16:08:30 -08:00
Tim Abbott
98637e3a88
css: Remove unused Bootstrap text-* styles from app.
2024-01-28 16:08:30 -08:00
Tim Abbott
49ff0dc2e2
css: Remove unused row/container CSS from app.
2024-01-28 16:08:30 -08:00
Tim Abbott
25d7740b26
css: Remove dead Bootstrap CSS from app.
...
The only reference to any of these was in a comment.
2024-01-28 16:08:30 -08:00
Karl Stolley
f07dae6b25
bootstrap: Fork CSS into app, portico copies.
...
This aims to reduce the cognitive overhead of doing Bootstrap CSS
cleanup by concerning contributors only with Zulip or the portico.
2024-01-28 15:07:36 -08:00