Revert "styling: Have unfocused selections"
authorJakub Steiner <jimmac@gmail.com>
Fri, 10 Dec 2021 10:36:10 +0000 (11:36 +0100)
committerJakub Steiner <jimmac@gmail.com>
Fri, 10 Dec 2021 10:36:10 +0000 (11:36 +0100)
This reverts commit 96f63a6bf343d1f2fbdbcbdaca9835fa675351dc.

gtk/theme/Default/_common.scss

index 2725291cfde10b80475e6f5b2e4f862fd7916523..ebef2a800ce26378fd6e0b3bc4860296ca6bb289 100644 (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;