[gtk/list-styles: 47/48] Adwaita: fix focus for .navigation-sidebar
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/list-styles: 47/48] Adwaita: fix focus for .navigation-sidebar
- Date: Thu, 13 Aug 2020 20:30:47 +0000 (UTC)
commit c5963b960afdef6d1850024349da2b259c4dd4b4
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]