From a3f042b5b4e78bf8fb893eb62472ecb0573f43c6 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 4 May 2020 16:33:24 +0200 Subject: [PATCH] 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;