This commit is contained in:
Vince 2021-04-21 17:07:11 +08:00
parent a6f2aa6e90
commit 55989c9a21
4 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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);

View File

@ -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; }
}