forked from AuroraMiddleware/gtk
Adwaita: visible focus outline for color swatches
Make the focus outline for color swatches visible again.
This commit is contained in:
parent
e3dba28666
commit
19f7b7ed40
@ -3978,6 +3978,12 @@ colorswatch {
|
||||
}
|
||||
}
|
||||
|
||||
&:focus(visible) {
|
||||
outline-offset: -2px;
|
||||
outline-width: 2px;
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
&:drop(active) {
|
||||
box-shadow: none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user