Skip to content

Commit 0b288f2

Browse files
committed
gnome-shell: Remove unwanted margin from some buttons
Fixes 1px gap between some buttons, that was inherited from the default theme after GNOME Shell 42 update.
1 parent 15f34d5 commit 0b288f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ StScrollBar {
261261

262262
&-linked-button {
263263
height: if($variant=='light', 39px, 38px);
264+
margin: 0;
264265
padding: 0;
265266
box-shadow: inset 0 0 black;
266267
border-top-width: if($variant=='light', 0px, 1px);
@@ -2179,6 +2180,7 @@ $_dash_bottom_margin: 20px;
21792180
spacing: 3px;
21802181
}
21812182
.notification-button {
2183+
marging: 0;
21822184
padding: 4px 4px 5px;
21832185
min-height: 0;
21842186
font-weight: normal !important;
@@ -2233,6 +2235,7 @@ $_dash_bottom_margin: 20px;
22332235
}
22342236

22352237
.hotplug-notification-item {
2238+
margin: 0;
22362239
padding: 2px 10px;
22372240
font-weight: normal !important;
22382241
@extend %button;

0 commit comments

Comments
 (0)