[gnome-shell-sass] theme: Use a padding of 6px on the user-list items according to HIG
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Use a padding of 6px on the user-list items according to HIG
- Date: Wed, 23 May 2018 15:26:04 +0000 (UTC)
commit f290fe91586a5faf1e340f084d52f64d30373e0b
Author: verdre <verdre v0yd nl>
Date: Sat Apr 7 21:23:22 2018 +0200
theme: Use a padding of 6px on the user-list items according to HIG
_common.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 2f05098..ac17c21 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1795,13 +1795,13 @@ StScrollBar {
}
.login-dialog-user-list-item {
border-radius: 5px;
- padding: .2em;
+ padding: 6px;
color: darken($osd_fg_color,30%);
&:ltr { padding-right: 1em; }
&:rtl { padding-left: 1em; }
.login-dialog-timed-login-indicator {
height: 2px;
- margin: 2px 0 0 0;
+ margin-top: 6px;
background-color: $osd_fg_color;
}
&:focus .login-dialog-timed-login-indicator { background-color: $selected_fg_color; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]