mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix background color of osd buttons
This commit is contained in:
@@ -206,7 +206,7 @@ button {
|
||||
&:backdrop { @include button(osd-backdrop); }
|
||||
|
||||
&.flat {
|
||||
@include button(undecorated);
|
||||
@include button(osd);
|
||||
|
||||
box-shadow: none; //FIXME respect no edge on the button mixin
|
||||
text-shadow: 0 1px black;
|
||||
@@ -221,7 +221,7 @@ button {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&:backdrop { @include button(undecorated); }
|
||||
&:backdrop { @include button(osd-backdrop); }
|
||||
|
||||
&:active,
|
||||
&:checked { @include button(osd-active); }
|
||||
|
||||
Reference in New Issue
Block a user