settings: Remove conflicting mobile active styles.

This commit is contained in:
Karl Stolley 2025-03-07 11:24:42 -06:00 committed by Tim Abbott
parent 412e840478
commit dffbf63bdd

View File

@ -1888,12 +1888,6 @@ label.preferences-radio-choice-label {
100% - var(--settings-overlay-header-height) -
var(--settings-overlay-subheader-height)
);
& li.active {
/* Don't highlight the active section in the settings list. */
background: inherit;
border-bottom: 1px solid hsl(0deg 0% 93%);
}
}
}
}