Skip to content

Commit 4c4fba1

Browse files
committed
Fixed issues
1 parent f70f6ea commit 4c4fba1

13 files changed

+529
-539
lines changed

src/gtk-3.0/gtk-aliz.css

Lines changed: 83 additions & 84 deletions
Large diffs are not rendered by default.

src/gtk-3.0/gtk-azul.css

Lines changed: 83 additions & 84 deletions
Large diffs are not rendered by default.

src/gtk-3.0/gtk-dark-aliz.css

Lines changed: 83 additions & 84 deletions
Large diffs are not rendered by default.

src/gtk-3.0/gtk-dark-azul.css

Lines changed: 83 additions & 84 deletions
Large diffs are not rendered by default.

src/gtk-3.0/gtk-dark-sea.css

Lines changed: 83 additions & 84 deletions
Large diffs are not rendered by default.

src/gtk-3.0/gtk-sea.css

Lines changed: 83 additions & 84 deletions
Large diffs are not rendered by default.

src/gtk-3.0/sass/_common.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ button.gtkstyle-fallback { // For Cinnamon system setting
7575
@extend row.activatable;
7676
color: rgba($text_color, 1);
7777
background-color: $base_color;
78-
// &:hover { color: $fg_color; }
78+
&:hover { color: $fg_color; }
7979

8080
&:selected {
8181
&, &:focus {
8282
@extend %selected_items;
83-
border-radius: 2px;
8483
}
85-
// &:hover { background-color: mix(black, $selected_bg_color, 10%); }
84+
&:hover { background-color: mix(black, $selected_bg_color, 10%); }
8685
}
8786
}
8887

@@ -1721,11 +1720,8 @@ menubar,
17211720

17221721
// label { &:disabled { color: rgba($header_fg, 0.3); } }
17231722

1724-
menu {
1723+
> window.background.popup > menu {
17251724
border-radius: 0 0 2px 2px;
1726-
menu { //submenu
1727-
border-radius: 2px;
1728-
}
17291725
}
17301726
}
17311727
}

src/gtk-3.0/sass/apps/_budgie.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -954,12 +954,8 @@ menubar.-vala-panel-appmenu-private { // override global values
954954
font-weight: normal;
955955
&:hover { color: $selected_fg_color; }
956956
&:disabled { color: rgba($panel_fg, 0.45); }
957-
menu {
958-
border-radius: 0 0 2px 2px;
959-
menu { //submenu
960-
border-radius: 2px;
961-
}
962-
}
957+
958+
> window.background.popup > menu { border-radius: 0 0 2px 2px; }
963959
}
964960
}
965961

src/gtk-3.0/sass/apps/_gnome.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ terminal-window,
3333
&, &:hover, &:checked, &:active, &:disabled {
3434
margin-top: 0;
3535
margin-bottom: 0;
36-
padding: 0 6px 2px 6px;
36+
padding: 0 6px 4px 6px;
3737
min-height: 24px;
3838
border-radius: 0;
3939
}
@@ -66,7 +66,7 @@ terminal-window,
6666

6767
.nautilus-window headerbar {
6868
.path-bar-box {
69-
margin: 6px 0;
69+
margin: 6px 0 4px 0;
7070
border-radius: 2px;
7171
color: $header_fg;
7272
background-color: transparent;
@@ -1095,7 +1095,7 @@ flowboxchild.bookmark-tag-widget {
10951095
.sidebar-paned {
10961096
scrolledwindow { border: none; }
10971097

1098-
treeview.view.sidebar { }
1098+
// treeview.view.sidebar { }
10991099
}
11001100

11011101
// tweak border and frame in alt-toolbar

src/gtk-3.0/sass/apps/_misc.scss

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
.nemo-window {
77
menubar,
88
.menubar {
9-
menuitem {
10-
menu {
11-
border-radius: 0 0 2px 2px;
12-
menu { //submenu
13-
border-radius: 2px;
14-
}
15-
}
9+
> menuitem {
10+
> window.background.popup > menu { border-radius: 0 0 2px 2px; }
1611
}
1712
}
1813

@@ -282,6 +277,19 @@ window.background.chromium {
282277
> textview.view { background-color: $base_color; }
283278
}
284279

280+
//
281+
// Geary
282+
//
283+
.geary-sidebar-pane-separator {
284+
frame.geary-folder-frame {
285+
treeview.view.sidebar {
286+
background-color: $bg_color;
287+
color: $text_color;
288+
@extend %view;
289+
}
290+
}
291+
}
292+
285293
//
286294
// gThumb
287295
//
@@ -305,7 +313,6 @@ overlay.window-overlay {
305313
/****************
306314
* Libre-Office *
307315
****************/
308-
309316
window.background:not(.csd):not(.solid-csd) {
310317
// reserved area at the most-right side of GtkMenuBar
311318
> grid.horizontal > grid.horizontal {

0 commit comments

Comments
 (0)