From 55989c9a210a316bd5f4d2e0b106d73efdda9bbf Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 21 Apr 2021 17:07:11 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_calendar.scss | 1 - src/sass/gnome-shell/common/_ibus-popup.scss | 1 - src/sass/gnome-shell/common/_panel.scss | 1 - src/sass/gnome-shell/widgets-3-28/_app-grid.scss | 1 - 4 files changed, 4 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index 2892bbdc..84f3d7cd 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -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; diff --git a/src/sass/gnome-shell/common/_ibus-popup.scss b/src/sass/gnome-shell/common/_ibus-popup.scss index 9c471d51..2c3072b4 100644 --- a/src/sass/gnome-shell/common/_ibus-popup.scss +++ b/src/sass/gnome-shell/common/_ibus-popup.scss @@ -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; diff --git a/src/sass/gnome-shell/common/_panel.scss b/src/sass/gnome-shell/common/_panel.scss index 09827e4f..e8b02dde 100644 --- a/src/sass/gnome-shell/common/_panel.scss +++ b/src/sass/gnome-shell/common/_panel.scss @@ -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); diff --git a/src/sass/gnome-shell/widgets-3-28/_app-grid.scss b/src/sass/gnome-shell/widgets-3-28/_app-grid.scss index 0af21957..5ff2640e 100644 --- a/src/sass/gnome-shell/widgets-3-28/_app-grid.scss +++ b/src/sass/gnome-shell/widgets-3-28/_app-grid.scss @@ -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; } }