Skip to content

Commit 1d941a1

Browse files
committed
fix typo
1 parent 946ce3c commit 1d941a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gtk-3.20/scss/widgets/_notebook.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@
192192
background-color: mix($bg_color, $base_color, .6);
193193
}
194194

195-
&:not(:first-child:only-child){
195+
&:not(:first-child):not(:only-child){
196196
box-shadow: -1px 0 1px 0 rgba(0,0,0,0.1);
197197
}
198198

199-
&:not(:last-child:only-child) {
199+
&:not(:last-child):not(:only-child) {
200200
box-shadow: 1px 0 1px 0 rgba(0,0,0,0.1);
201201
}
202202
}

0 commit comments

Comments
 (0)