1
0
mirror of https://github.com/gorhill/uBlock.git synced 2025-01-31 12:11:36 +01:00

[mv3] Minor changes

This commit is contained in:
Raymond Hill 2024-12-30 13:39:46 -05:00
parent 62178de756
commit 217d001d71
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 4 additions and 1 deletions

View File

@ -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);
}

View File

@ -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',