mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Restores highlighting rectangle
This commit is contained in:
@@ -5,18 +5,11 @@
|
||||
@include exports("calendar") {
|
||||
GtkCalendar {
|
||||
margin: 4px;
|
||||
padding: $spacing;
|
||||
padding: 1px 5px;
|
||||
outline-offset: -1px;
|
||||
|
||||
&:inconsistent { color: mix($fg_color, $bg_color, .5); }
|
||||
|
||||
&:selected {
|
||||
&, &:focus, &:hover, &:insensitive {
|
||||
background-color: transparent;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
&.view, &.highlight, &.header, &.button {
|
||||
&, &:focus, &:hover, &:insensitive {
|
||||
background-color: transparent;
|
||||
@@ -42,5 +35,6 @@
|
||||
background-color: $base_color;
|
||||
color: $text_color;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user