Skip to content

Commit

Permalink
gnome-shell: Fix no notifications text font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsh committed Apr 25, 2022
1 parent 4a61d7d commit 7bcbbfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/gnome-shell/42/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,10 @@ $ws_dot_inactive: $ws_indicator_height / 6;

.message-list-placeholder {
StIcon { width: 0; height: 0; }
StLabel { color: $insensitive_fg_color; }
StLabel {
color: $insensitive_fg_color;
font-weight: normal;
}
}

StScrollBar { padding: 2px 0; }
Expand Down

0 comments on commit 7bcbbfb

Please sign in to comment.