From 774d61c682a416ec8875f06335505fa52b380782 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 5 May 2020 13:57:33 +0200 Subject: [PATCH] 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;