Skip to content

Commit 045cca9

Browse files
drakkar1969jnsh
authored andcommitted
gtk3: Fix nautilus path bar button border radius
Fixes path bar button border radius when button is only child #97
1 parent 53235f8 commit 045cca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/gtk-3.0/3.24/sass/_applications.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ terminal-window,
104104

105105
border-width: 0;
106106

107-
&:only-child {
108-
border-radius: 3px 0px 0px 3px;
109-
}
110-
111107
&:last-child {
112108
border-radius: 0;
113109
border-right-width: 1px;
114110
}
111+
112+
&:only-child {
113+
border-radius: 3px 0px 0px 3px;
114+
}
115115
}
116116

117117
@include pathbar_linking_rules($sep_color:$header_button_border);

0 commit comments

Comments
 (0)