mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor CSS change
This commit is contained in:
parent
3a4897db93
commit
624ad67da8
2 changed files with 4 additions and 5 deletions
|
|
@ -102,9 +102,8 @@
|
|||
padding: 1px 2px;
|
||||
}
|
||||
#ubol-picker #candidateFilters ul > li > span.on {
|
||||
background-color: var(--ink-1);
|
||||
color: var(--surface-1);
|
||||
}
|
||||
background-color: var(--accent-surface-1);
|
||||
color: var(--accent-ink-1);}
|
||||
#ubol-picker #candidateFilters ul > li > span:hover {
|
||||
border: 1px solid var(--ink-1);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@
|
|||
padding: 0.5em;
|
||||
}
|
||||
#ubol-unpicker .customFilter.on > span.selector {
|
||||
background-color: var(--ink-1);
|
||||
color: var(--surface-1);
|
||||
background-color: var(--accent-surface-1);
|
||||
color: var(--accent-ink-1);}
|
||||
}
|
||||
#ubol-unpicker .customFilter.removed > span.selector {
|
||||
text-decoration-line: line-through;
|
||||
|
|
|
|||
Loading…
Reference in a new issue