GTK3 theme: Make button outline darker than text outline
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: gtkalpha(currentColor, 0.07);
|
||||
|
||||
&, & button {
|
||||
button {
|
||||
&, &:hover, &:active, &:checked, &:focus {
|
||||
outline-color: gtkalpha(currentColor, if($variant == 'light', 0.15, 0.07));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user