[gnome-shell/wip/snwh/sass-cleanup: 447/475] theme: popover refinements
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/sass-cleanup: 447/475] theme: popover refinements
- Date: Wed, 18 Dec 2019 16:01:54 +0000 (UTC)
commit d2705483ca970508bd7bac519450bd7661c6b23d
Author: Sam Hewitt <sam snwh org>
Date: Tue Sep 17 15:55:47 2019 -0400
theme: popover refinements
data/theme/gnome-shell-sass/widgets/_popovers.scss | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index 448fefe69e..51ff69afb4 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -72,8 +72,7 @@
.popup-separator-menu-item {
//-margin-horizontal: 24px;
height: 1px; //not really the whole box
- // margin: 6px 64px;
- margin: 6px 0;
+ margin: 6px 64px;
background-color: transparent;
border-color: $bubble_borders_color;
border-bottom-width: 1px;
@@ -97,7 +96,10 @@
.aggregate-menu {
min-width: 21em;
- .popup-menu-icon { padding: 0 4px; }
+ .popup-menu-icon {
+ padding:0;
+ margin: 0 $base_margin;
+ }
.popup-sub-menu .popup-menu-item > :first-child {
// account for icons in submenus with padding
@@ -113,18 +115,19 @@
// lock screen, shutdown, etc. buttons
.system-menu-action {
- -st-icon-style: symbolic;
color: $fg_color;
- border-radius: 32px; /* wish we could do 50% */
- padding: 13px;
+ border-radius: $base_icon_size * 2; /* wish we could do 50% */
+ padding: $base_padding * 2;
border: 1px solid $bubble_borders_color;
+ -st-icon-style: symbolic;
&:hover, &:focus {
background-color: $hover_bg_color;
color: $fg_color;
border: none;
- padding: 14px;
+ padding: $base_padding * 2 + 1px;
}
+
&:active {
background-color: $selected_bg_color;
color: $selected_fg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]