From 0ecb9adfefdac821f30595ba52759ac858848751 Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 13 Apr 2021 20:02:40 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_app-grid.scss | 4 ++-- src/sass/gnome-shell/common/_calendar.scss | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/sass/gnome-shell/common/_app-grid.scss b/src/sass/gnome-shell/common/_app-grid.scss index c60253b5..dfe337bd 100644 --- a/src/sass/gnome-shell/common/_app-grid.scss +++ b/src/sass/gnome-shell/common/_app-grid.scss @@ -47,9 +47,9 @@ $app_grid_fg_color: #fff; // expanded folder .app-folder-dialog { border-radius: $bd_radius * 4; - border: 2px solid rgba(white, 0.15); + border: 0 solid rgba(white, 0.15); padding: 12px; - background-color: rgba(#181818, 0.95); + background-color: rgba(#333333, 0.95); & .folder-name-container { padding: 24px 36px 0; diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index ba199e57..34e7802e 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -123,8 +123,6 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas // prev/next month icons .calendar-change-month-back, .calendar-change-month-forward { - padding: 0 4px; - StIcon { icon-size: $base_icon_size; } @@ -134,7 +132,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas width: $menuitem_size; height: $menuitem_size; margin: 2px; - border-radius: 100px; + border-radius: $circular_radius; background-color: transparent; color: $fg_color; &:hover, &:focus { background-color: $divider_color; } @@ -148,7 +146,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas height: $menuitem_size; padding: 2px; margin: 2px; - border-radius: 1000px; + border-radius: $circular_radius; color: $alt_fg_color; font-feature-settings: "tnum"; @@ -171,7 +169,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas height: $menuitem_size - 7px; margin-top: 2px; padding: 7px 0 0; - border-radius: 100px; + border-radius: $circular_radius; background-color: transparent; color: $hint_fg_color; @include font(caption);