GTK3 theme: Make button outline darker than text outline

This commit is contained in:
Daniel Ruiz de Alegría
2020-02-12 13:59:24 +01:00
parent 11e8e33d19
commit 619593a63f
4 changed files with 11 additions and 7 deletions
@@ -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));
}