GTK3 theme: Make button outline darker than text outline
This commit is contained in:
parent
11e8e33d19
commit
619593a63f
@ -5187,8 +5187,9 @@ popover.emoji-completion .emoji:hover {
|
||||
outline-style: solid;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px; }
|
||||
*, *:hover, *:active, *:checked, *:focus, * button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
* button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
|
||||
.titlebar stackswitcher button:checked:active, .titlebar stackswitcher button:checked,
|
||||
|
||||
@ -5187,8 +5187,9 @@ popover.emoji-completion .emoji:hover {
|
||||
outline-style: solid;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px; }
|
||||
*, *:hover, *:active, *:checked, *:focus, * button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
* button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
|
||||
.titlebar stackswitcher button:checked:active, .titlebar stackswitcher button:checked,
|
||||
|
||||
@ -5210,8 +5210,9 @@ popover.emoji-completion .emoji:hover {
|
||||
outline-style: solid;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px; }
|
||||
*, *:hover, *:active, *:checked, *:focus, * button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
* button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
outline-color: alpha(currentColor,0.15); }
|
||||
|
||||
.titlebar stackswitcher button:checked:active, .titlebar stackswitcher button:checked,
|
||||
|
||||
@ -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));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user