mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
fix undefined variable
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
&:backdrop {
|
&:backdrop {
|
||||||
background-color: $backdrop_sidebar_bg_color;
|
background-color: $backdrop_sidebar_bg_color;
|
||||||
border-color: $backdrop_borders_color;
|
border-color: $backdrop_borders_color;
|
||||||
transition: $backdrop_transition;
|
transition: 200ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.frame, frame { border-width: 0; }
|
.frame, frame { border-width: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user