Skip to content

Commit 1ea33ab

Browse files
committed
Fixed #378
1 parent c3ffe00 commit 1ea33ab

File tree

7 files changed

+260
-304
lines changed

7 files changed

+260
-304
lines changed

src/_sass/gtk/apps/_gnome-4.0.scss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@
3636
&:backdrop { color: $titlebar-text-disabled; }
3737
}
3838

39-
button:not(.suggested-action):not(.destructive-action):not(.close):not(.maximize):not(.minimize) {
40-
@extend %titlebar-button;
39+
@if $mac_style == 'true' {
40+
button:not(.suggested-action):not(.destructive-action):not(.close):not(.maximize):not(.minimize) {
41+
@extend %titlebar-button;
42+
}
43+
} @else {
44+
button:not(.suggested-action):not(.destructive-action) {
45+
@extend %titlebar-button;
46+
}
4147
}
4248

4349
popover.background { // reset
@@ -296,6 +302,7 @@
296302
}
297303

298304
.nautilus-list-view {
305+
background-color: $base;
299306
border-radius: $window-radius - $space-size;
300307
margin: 0 $space-size $space-size 0;
301308

@@ -365,6 +372,7 @@
365372
border-radius: $circular-radius;
366373
color: $titlebar-text-secondary;
367374
padding: 0 ($medium-size - $menuitem-size) / 2 0 ($space-size + 2px);
375+
@extend %titlebar-entry;
368376

369377
&:focus-within { color: $titlebar-text; }
370378

src/gtk/4.0/gtk-Compact.css

Lines changed: 47 additions & 55 deletions
Large diffs are not rendered by default.

src/gtk/4.0/gtk-Dark-Compact.css

Lines changed: 39 additions & 48 deletions
Large diffs are not rendered by default.

src/gtk/4.0/gtk-Dark.css

Lines changed: 39 additions & 48 deletions
Large diffs are not rendered by default.

src/gtk/4.0/gtk-Light-Compact.css

Lines changed: 39 additions & 48 deletions
Large diffs are not rendered by default.

src/gtk/4.0/gtk-Light.css

Lines changed: 39 additions & 48 deletions
Large diffs are not rendered by default.

src/gtk/4.0/gtk.css

Lines changed: 47 additions & 55 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)