Commit
·
730391f
1
Parent(s):
690f674
28. Sept. 2024, 19:36
Browse files- _res/_custom.css +1 -1
_res/_custom.css
CHANGED
@@ -43,7 +43,7 @@ div.tabs div.tabitem {
|
|
43 |
& div.radioradio-btn-group {
|
44 |
|
45 |
& label:has(input[type="radio"]:checked),
|
46 |
-
label:
|
47 |
color: var(--neutral-900) !important;
|
48 |
}
|
49 |
}
|
|
|
43 |
& div.radioradio-btn-group {
|
44 |
|
45 |
& label:has(input[type="radio"]:checked),
|
46 |
+
label:has(input[type="radio"]:not(:checked)):hover {
|
47 |
color: var(--neutral-900) !important;
|
48 |
}
|
49 |
}
|