Revert "styling: Have unfocused selections"

This reverts commit 96f63a6bf3.
This commit is contained in:
Jakub Steiner
2021-12-10 11:36:10 +01:00
parent 935c6aade0
commit d8505f09eb

View File

@@ -4127,11 +4127,7 @@ tooltip.csd {
// catch all extend :)
%selected_items {
background-color: desaturate($selected_bg_color,100%);
&:focus-within {
background-color: $selected_bg_color;
}
background-color: $selected_bg_color;
@at-root %nobg_selected_items, & {
color: $selected_fg_color;