This commit is contained in:
Vince 2021-04-13 21:43:33 +08:00
parent 52a7a222de
commit 44970c16bb

View File

@ -72,9 +72,11 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: none;
padding: 4px 8px; padding: $base_padding;
margin: 0 $base_padding * 2;
text-shadow: none; text-shadow: none;
color: $alt_fg_color; color: $alt_fg_color;
border-radius: $mn_radius;
&:hover, &:focus { &:hover, &:focus {
color: $fg_color; color: $fg_color;
@ -83,7 +85,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
&:active { &:active {
color: $fg_color; color: $fg_color;
background-color: if($variant == 'light', darken($popover_bubble_bg, 5%), lighten($popover_bubble_bg, 8%)); background-color: if($variant == 'light', darken($popover_bubble_bg, 1%), lighten($popover_bubble_bg, 3%));
} }
// weekday label // weekday label