style: Improved monitor label osd

- drops OSD style for blue
- fixes #7140

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3016>
This commit is contained in:
Sam Hewitt 2023-11-13 15:04:26 -03:30
parent ee5819f870
commit 0bc6a024be

View File

@ -36,14 +36,17 @@ $osd_levelbar_height:6px;
}
// Monitor number label
.osd-monitor-label {
@extend %osd_panel;
.osd-monitor-label {
background-color: $selected_bg_color;
color: $selected_fg_color;
border-radius: $modal_radius;
font-size: 3em;
font-weight: bold;
font-feature-settings: "tnum";
margin: $base_margin * 3;
padding: $base_padding * 2;
text-align: center;
min-width: 1.3em;
min-width: 1.5em;
}
/* Pad OSD */