zulip/web
Sahil Batra 1fac997338 settings: Refactor CSS for "control-label-disabled" class.
We previously had two CSS rules for control-label-disabled
class, one in settings.css and one in subscriptions.css
and the rule in subscriptions.css was being used by all
the elements with that class.

This commit refactors the code to have only single CSS rule
for that class with the value being set to the one used in
subscriptions.css, because that was the one being used and
that also looks better in terms of design, and the CSS is
defined in settings.css since it can be considered more
general file for writing CSS used in organization/personal
settings along with stream settings.

This commit also removes the unused code for
".control-label-disabled.enabled" selector since we no
longer use that selector.
2024-06-26 14:22:47 -07:00
..
e2e-tests settings: Use new group setting to private channels creation permission. 2024-06-20 15:48:14 -07:00
generated
html portico: Remove `container` and `row-fluild` bootstrap classes. 2024-06-04 09:41:34 -07:00
images onboarding_steps: Remove hotspot as an onboarding_step. 2024-05-10 12:30:22 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared compose: Redesign and relocate compose expand / collapse button. 2024-06-11 14:13:10 -07:00
src stream-settings: Fade label of disabled default stream checkbox. 2024-06-26 14:22:47 -07:00
styles settings: Refactor CSS for "control-label-disabled" class. 2024-06-26 14:22:47 -07:00
templates topic_name: Fix compressing of display topic names. 2024-06-26 12:23:32 -07:00
tests topic_name: Fix compressing of display topic names. 2024-06-26 12:23:32 -07:00
third typeahead: Hide by default and show container on `show()`. 2024-06-26 12:02:10 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts blueslip: Untangle from page_params. 2024-06-22 19:18:10 -07:00
webpack.dev-assets.json