[gnome-shell-sass] theme: Minor fixes from the 42 beta
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Minor fixes from the 42 beta
- Date: Mon, 7 Mar 2022 15:03:04 +0000 (UTC)
commit d4cd19e595bda983a0d32ddd9ecd8b26db5fff4c
Author: Sam Hewitt <sam snwh org>
Date: Mon Feb 21 15:51:53 2022 -0330
theme: Minor fixes from the 42 beta
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2206>
_colors.scss | 4 ++--
widgets/_calendar.scss | 2 +-
widgets/_popovers.scss | 5 +----
3 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/_colors.scss b/_colors.scss
index 55012a7..7dfe666 100644
--- a/_colors.scss
+++ b/_colors.scss
@@ -6,11 +6,11 @@ $bg_color: if($variant == 'light', #f6f5f4, lighten($base_color, 5%));
$fg_color: if($variant == 'light', transparentize(black, .2), white);
$selected_fg_color: #fff;
-$selected_bg_color: if($variant == 'light', #3584e4, #1c71d8);
+$selected_bg_color: #3584e4;
$selected_borders_color: if($variant== 'light', darken($selected_bg_color, 15%), darken($selected_bg_color,
30%));
$borders_color: if($variant == 'light', transparentize($fg_color, .5), transparentize($fg_color, .9));
-$borders_edge: if($variant == 'light', rgba(255,255,255,0.8), lighten($bg_color, 2%));
+$borders_edge: if($variant == 'light', rgba(255,255,255,0.8), lighten($bg_color, 5%));
$link_color: if($variant == 'light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 20%));
$link_visited_color: if($variant == 'light', darken($selected_bg_color, 20%), lighten($selected_bg_color,
10%));
diff --git a/widgets/_calendar.scss b/widgets/_calendar.scss
index 43900b3..8d03ab9 100644
--- a/widgets/_calendar.scss
+++ b/widgets/_calendar.scss
@@ -2,7 +2,7 @@
// overall menu
#calendarArea {
- padding: $base_padding;
+ padding: $base_padding - 2px;
}
// Calendar menu side column
diff --git a/widgets/_popovers.scss b/widgets/_popovers.scss
index 06031b5..fd5a02d 100644
--- a/widgets/_popovers.scss
+++ b/widgets/_popovers.scss
@@ -21,8 +21,6 @@
.popup-menu-content {
padding: $base_padding;
// account for margin oddities
- padding-top: $base_padding - 2px !important;
- padding-bottom: $base_padding - 2px !important;
border-radius: $modal_radius - 2px;
border: 1px solid $borders_edge;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
@@ -32,7 +30,6 @@
// menu items
.popup-menu-item {
padding: $base_padding*1.5 $base_padding*2;
- margin: 2px 0;
border-radius: $base_border_radius;
transition: 0.2s all ease;
background-color: transparent;
@@ -128,7 +125,7 @@
// separator
.popup-separator-menu-item {
padding:0;
- margin: 4px 0;
+ margin: 6px 0;
.popup-separator-menu-item-separator {
height: 1px; //not really the whole box
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]