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



commit 774d61c682a416ec8875f06335505fa52b380782
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue May 5 13:57:33 2020 +0200

    Adwaita: notebook tab focus ring
    
    - prelight the tab, not a label (visually)

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


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