Restores highlighting rectangle
parent
3f5d2a0f6a
commit
c96c8d61b9
|
@ -5,18 +5,11 @@
|
||||||
@include exports("calendar") {
|
@include exports("calendar") {
|
||||||
GtkCalendar {
|
GtkCalendar {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: $spacing;
|
padding: 1px 5px;
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
|
|
||||||
&:inconsistent { color: mix($fg_color, $bg_color, .5); }
|
&:inconsistent { color: mix($fg_color, $bg_color, .5); }
|
||||||
|
|
||||||
&:selected {
|
|
||||||
&, &:focus, &:hover, &:insensitive {
|
|
||||||
background-color: transparent;
|
|
||||||
color: $selected_bg_color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.view, &.highlight, &.header, &.button {
|
&.view, &.highlight, &.header, &.button {
|
||||||
&, &:focus, &:hover, &:insensitive {
|
&, &:focus, &:hover, &:insensitive {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -42,5 +35,6 @@
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
color: $text_color;
|
color: $text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue