ubuntu / yaru

All Ubuntu Yaru GNOME themes

Home Page:https://community.ubuntu.com/c/desktop/theme-refresh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

23.04 finger print message has no fg color specified

Feichtmeier opened this issue · comments

grafik

in 23.04 in the light theme the finger print message has the wrong color. Eventually because it is not set via a variable here

.login-dialog-message { text-align: center; }

Needs to be confirmed though that this is the reason

CC @3v1n0 @Jupi007

Imo, that needs to be done is this:

 .caps-lock-warning-label, 
- .login-dialog-message-warning { 
+ .login-dialog-message { 
   color: $_gdm_fg; 
 } 

Here:

.caps-lock-warning-label,
.login-dialog-message-warning {
color: $_gdm_fg;
}

Like this, it is targeting all messages and not only the warning ones.

Got annoyed with this recently, and this is the only place I found that mentions this issue. Was a fix ever committed?