Skip to content

Commit dae10c5

Browse files
committed
gnome-shell: Update timed login indicator
Based on upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/11965324938bc99e1507682b6f9db1eeaef1eeeb
1 parent 2bf5b12 commit dae10c5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

common/gnome-shell/40/sass/_common.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,9 +2596,7 @@ $dash_bottom_margin: 20px;
25962596
&:ltr .user-widget { padding-right: 1em; }
25972597
&:rtl .user-widget { padding-left: 1em; }
25982598
.login-dialog-timed-login-indicator {
2599-
height: 2px;
26002599
margin-top: 6px;
2601-
background-color: $osd_fg_color;
26022600
}
26032601
&:selected .login-dialog-timed-login-indicator { background-color: $selected_fg_color; }
26042602
}
@@ -2627,6 +2625,11 @@ $dash_bottom_margin: 20px;
26272625
padding-top: 16px;
26282626
}
26292627

2628+
.login-dialog-timed-login-indicator {
2629+
height: 2px;
2630+
background-color: $osd_fg_color;
2631+
}
2632+
26302633
.login-dialog-prompt-layout {
26312634
padding-top: 24px;
26322635
padding-bottom: 12px;

0 commit comments

Comments
 (0)