[gtk/list-styles] Adwaita: fix focus for .navigation-sidebar



commit 5e896e993f9191ec3b75318d092ed29521f42f1c
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 13 19:40:00 2020 +0200

    Adwaita: fix focus for .navigation-sidebar

 gtk/theme/Adwaita/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 2c30614560..8757c83127 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3399,7 +3399,7 @@ placessidebar, .navigation-sidebar {
       background-color: desaturate($selected_bg_color,100%);
       color: $selected_fg_color;
 
-      &:focus {
+      &:focus-visible:focus-within {
         outline-width: 0;
         color: $selected_fg_color;
         background-color: $selected_bg_color;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]