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:
Sayam Samal
2025-07-21 22:50:31 +05:30
committed by Tim Abbott
parent d02cafce52
commit 122d93d430
7 changed files with 17 additions and 9 deletions

View File

@@ -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;
}
}