Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gnome-shell/src/gnome-shell-sass/widgets/_entries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ StEntry {

StIcon.capslock-warning {
icon-size: $scalable_icon_size;
warning-color: $warning_color;
warning-color: if($variant == 'light', $fg_color, $warning_color);
padding: 0 $base_margin;
}

Expand Down
2 changes: 1 addition & 1 deletion gnome-shell/src/gnome-shell-sass/widgets/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
text-align: center;
padding-bottom: 8px;
@extend %caption;
color: $warning_color;
color: if($variant == 'light', $fg_color, $warning_color);
}

/* Workspace animation */
Expand Down
Loading