From 19f7b7ed4013fae63a5ffbf13a40ca5bbde5c560 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 12 Apr 2020 20:13:16 -0400 Subject: [PATCH] Adwaita: visible focus outline for color swatches Make the focus outline for color swatches visible again. --- gtk/theme/Adwaita/_common.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 845c8a958f..351c309462 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3978,6 +3978,12 @@ colorswatch { } } + &:focus(visible) { + outline-offset: -2px; + outline-width: 2px; + outline-style: solid; + } + &:drop(active) { box-shadow: none;