mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Fix backdrop->selected font color and frame (border color). (#324)
This commit is contained in:
committed by
Dustin Falgout
parent
c6cd4c56a6
commit
a6e09d9b5f
@@ -17,7 +17,7 @@
|
||||
&:focus, & {
|
||||
@extend %selected_items;
|
||||
|
||||
border-radius: 3px;
|
||||
border-radius: $roundness;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -338,10 +338,12 @@
|
||||
***********/
|
||||
|
||||
@include exports("frame") {
|
||||
.frame {
|
||||
border: 1px solid border_normal($bg_color);
|
||||
frame > border, .frame {
|
||||
border: 1px solid $borders_color;
|
||||
|
||||
&.flat { border: 0; }
|
||||
&.flat { border-style: none; }
|
||||
|
||||
&:backdrop { border-color: $backdrop_borders_color; }
|
||||
}
|
||||
|
||||
/* avoid double borders when a viewport is packed into a GtkScrolledWindow */
|
||||
|
||||
Reference in New Issue
Block a user