update
This commit is contained in:
parent
a6f2aa6e90
commit
55989c9a21
@ -9,7 +9,6 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
transition: none;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: $fg_color;
|
||||
|
@ -27,7 +27,6 @@
|
||||
}
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms; // FIXME: needs more natural transitions
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: $bt_radius;
|
||||
|
@ -6,7 +6,6 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
|
||||
|
||||
#panel {
|
||||
background-color: $shell_panel_bg;
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: $menuitem_size;
|
||||
box-shadow: 0 5px 16px rgba(black, 0.35);
|
||||
|
@ -71,7 +71,6 @@ $app_icon_padding: 24px;
|
||||
&:checked .page-indicator-icon {
|
||||
background-image: none;
|
||||
background-color: $light_alt_fg_color;
|
||||
transition-duration: 0ms;
|
||||
}
|
||||
&:checked:active { background-image: none; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user