mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-15 20:08:12 +00:00
Add ability to remove search filters from UI
This commit is contained in:
@@ -21,3 +21,29 @@
|
||||
content: "[ - ]";
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.remove-filter {
|
||||
margin-left: 6px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* No theme */
|
||||
|
||||
.no-theme .remove-filter {
|
||||
color: #ffffff
|
||||
}
|
||||
|
||||
|
||||
/* Light theme */
|
||||
@media (prefers-color-scheme: light) {
|
||||
.light-theme .remove-filter {
|
||||
color: #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Dark theme */
|
||||
|
||||
.no-theme .remove-filter {
|
||||
color: #030303
|
||||
}
|
||||
|
Reference in New Issue
Block a user