[gtk/wip/jimmac/notebook-focus: 3/3] Adwaita: notebook tab focus



commit a3f042b5b4e78bf8fb893eb62472ecb0573f43c6
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon May 4 16:33:24 2020 +0200

    Adwaita: notebook tab focus
    
    - just like entries tabs need to be handled with focus-within

 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 ac06013bcb..77580161e6 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1864,7 +1864,7 @@ popover.background {
  * Notebooks *
  *************/
 notebook {
-  @include focus-ring("> header > tabs > tab", $offset: -7px);
+  @include focus-ring("> header > tabs > tab", $offset: -7px, $within: true);
 
   > header {
     padding: 1px;


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