Skip to content

Commit 023fdea

Browse files
drakkar1969jnsh
authored andcommitted
gnome-shell: Add default styling for screen shield notification count
Based on upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/9eff9adaae7e0dd92d431438587e65b3b04af2d7 #72
1 parent c411efd commit 023fdea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,11 @@ StScrollBar {
26572657

26582658
.unlock-dialog-notification-count-text {
26592659
font-weight: bold;
2660-
padding: 0px 12px;
2660+
padding: 0 6px;
2661+
color: $osd_bg_color;
2662+
background-color: transparentize($osd_fg_color, 0.7);
2663+
border-radius: 99px;
2664+
margin-right: 12px;
26612665
}
26622666

26632667
.screen-shield-background { //just the shadow, really

0 commit comments

Comments
 (0)