mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor changes
This commit is contained in:
parent
62178de756
commit
217d001d71
2 changed files with 4 additions and 1 deletions
|
|
@ -52,6 +52,9 @@ label:has(input[type="checkbox"][disabled]) + legend {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.filteringModeCard:hover {
|
||||
background-color: color-mix(in hsl, var(--surface-1) 75%, var(--surface-0) 25%);
|
||||
}
|
||||
.filteringModeCard:has(.radio > [type="radio"]:checked) {
|
||||
background-color: var(--surface-0);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1342,7 +1342,7 @@ async function main() {
|
|||
await rulesetFromURLs({
|
||||
id: 'badware',
|
||||
name: 'Badware risks' ,
|
||||
group: 'default',
|
||||
group: 'malware',
|
||||
enabled: true,
|
||||
urls: [
|
||||
'https://ublockorigin.github.io/uAssets/filters/badware.min.txt',
|
||||
|
|
|
|||
Loading…
Reference in a new issue