mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add ability to remove search filters from UI
This commit is contained in:
parent
3a52a1cf4d
commit
9e2438c7dc
2 changed files with 124 additions and 73 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue