mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
filter_input: Add explicit classname for filter clear button.
This commit adds an explicit "input-close-filter-button" classname to the filter input clear button, improving the readability of the code.
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
the right padding to compensate for the same. */
|
||||
padding-right: 0.5em;
|
||||
|
||||
~ .input-button {
|
||||
~ .input-close-filter-button {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
@@ -137,7 +137,7 @@
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.input-button {
|
||||
.input-close-filter-button {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user