Skip to content

Commit 15f34d5

Browse files
committed
gnome-shell: Fix buttons font-weight
Default theme made them bold in GNOME Shell 42.
1 parent 8842fa6 commit 15f34d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ stage {
5757
padding: 5px 32px;
5858
transition-duration: 0;
5959
border-radius: 2px;
60+
font-weight: normal;
6061

6162
@extend %button;
6263
}
@@ -265,6 +266,7 @@ StScrollBar {
265266
border-top-width: if($variant=='light', 0px, 1px);
266267
border-bottom-width: 0;
267268
border-right-width: 1px;
269+
font-weight: normal !important;
268270

269271
color: $osd_fg_color;
270272
background-color: $osd_bg_color;
@@ -2179,6 +2181,7 @@ $_dash_bottom_margin: 20px;
21792181
.notification-button {
21802182
padding: 4px 4px 5px;
21812183
min-height: 0;
2184+
font-weight: normal !important;
21822185
@extend %button;
21832186

21842187
&:first-child, &:last-child { border-radius: 2px; }
@@ -2231,6 +2234,7 @@ $_dash_bottom_margin: 20px;
22312234

22322235
.hotplug-notification-item {
22332236
padding: 2px 10px;
2237+
font-weight: normal !important;
22342238
@extend %button;
22352239

22362240
&:focus { padding: 2px 10px; }

0 commit comments

Comments
 (0)