[gnome-shell/wip/snwh/stylesheet-minor-fixes: 4/4] style: Remove button shadow on switch users button
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/stylesheet-minor-fixes: 4/4] style: Remove button shadow on switch users button
- Date: Fri, 27 May 2022 16:09:24 +0000 (UTC)
commit 51021825a4f7224de2dd17d9c2c03624725f7035
Author: Sam Hewitt <sam snwh org>
Date: Fri May 27 13:38:51 2022 -0230
style: Remove button shadow on switch users button
data/theme/gnome-shell-sass/widgets/_login-dialog.scss | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
index 2572f97097..e5c618d972 100644
--- a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
+++ b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
@@ -16,7 +16,6 @@
.modal-dialog-button-box { spacing: 3px; }
.modal-dialog-button {
padding: 4px 18px;
- box-shadow: 0 1px 3px rgba(0,0,0,0.2);
background-color: darken($system_bg_color, 3%);
border-color: darken($system_bg_color, 3%);
color: $osd_fg_color;
@@ -28,7 +27,6 @@
}
&:active {
$_active_c: darken($_gdm_bg, 5%);
- box-shadow: none;
background-color: $_active_c;
border-color: $_active_c;
}
@@ -103,7 +101,7 @@
@include fontsize($base_font_size + 2);
font-weight: bold;
padding-left: 15px;
-
+notifi
&:ltr { padding-left: 14px; text-align: left; }
&:rtl { padding-right: 14px; text-align: right; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]