Adwaita: visible focus outline for color swatches

Make the focus outline for color swatches visible
again.
This commit is contained in:
Matthias Clasen 2020-04-12 20:13:16 -04:00
parent e3dba28666
commit 19f7b7ed40

View File

@ -3978,6 +3978,12 @@ colorswatch {
}
}
&:focus(visible) {
outline-offset: -2px;
outline-width: 2px;
outline-style: solid;
}
&:drop(active) {
box-shadow: none;