Skip to content

Commit 6bc9d3b

Browse files
drakkar1969jnsh
authored andcommitted
gnome-shell: Adjust login/unlock user label foreground colors
Bug: vertical user label color in the unlock screen for the Arc-Lighter variant is incorrect (dark text) due to upstream limitations on separate styling for login and unlock screens #72
1 parent cb9bbff commit 6bc9d3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,9 @@ StScrollBar {
25592559
}
25602560

25612561
.user-widget-label {
2562-
color: $fg_color;
2562+
color: $osd_fg_color;
2563+
2564+
.login-dialog-user-list-item:selected & { color: $selected_fg_color; }
25632565
}
25642566

25652567
.user-widget.horizontal .user-widget-label {

0 commit comments

Comments
 (0)