mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 20:21:35 +01:00
[mv3] Minor changes
This commit is contained in:
parent
62178de756
commit
217d001d71
@ -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…
x
Reference in New Issue
Block a user