gnome-shell/dialog: Use $error instead of $warning for some labels
This one is more visible and looks more preferable for those.
This one is more visible and looks more preferable for those.
by roundabout, Wednesday, 16 September 2020, 11:52:37 (1600257157), pushed by roundabout, Sunday, 11 May 2025, 13:22:55 (1746969775)
Author identity: nana-4 <hnmaigo@gmail.com>
9e1ed477227dcf9ff9c31d8b82b5405935f3eb6a
.end-session-dialog-battery-warning,
.dialog-list-title {
color: $warning;
color: $error;
}
}
} @else {
.end-session-dialog-warning {
width: 28em;
padding-top: 6px;
color: $warning;
color: $error;
&:rtl {
text-align: right;
}
.polkit-dialog-user-root-label {
color: $warning;
color: $error;
}
}