GTK3 theme: Improve selected widget outline
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
* {
|
||||
outline-color: gtkalpha(currentColor, 0.07);
|
||||
outline-style: solid;
|
||||
outline-offset: -2px;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 6px;
|
||||
-gtk-outline-radius: 3px;
|
||||
|
||||
&, & button {
|
||||
&, &:hover, &:active, &:checked, &:focus {
|
||||
outline-color: gtkalpha(currentColor, if($variant == 'light', 0.15, 0.07));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
%button_active,
|
||||
|
||||
Reference in New Issue
Block a user