From df130ed4b3f5f7e94299050c3f3496dc26768d2f Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 10 Aug 2024 11:54:22 +0200 Subject: [PATCH] gtk-4: focus ring --- general/gtk-4.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/general/gtk-4.css b/general/gtk-4.css index 4c4fb0f..0cd6039 100644 --- a/general/gtk-4.css +++ b/general/gtk-4.css @@ -1,8 +1,17 @@ /* GTK4 */ +*:not(text):focus:focus-visible { + outline-color: alpha(currentcolor,0.3); + outline-style: solid; + outline-offset: -2px; + outline-width: 2px; +} + window.aboutdialog image.large-icons { -gtk-icon-size: 128px; } -check,radio { -gtk-icon-size: 16px; } +check,radio { + -gtk-icon-size: 16px; +} frame, .frame