From 1d941a15971f43fb2f5675c7059bf313b78797fc Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 12 Jun 2016 14:22:38 -0500 Subject: [PATCH] fix typo --- gtk-3.20/scss/widgets/_notebook.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/widgets/_notebook.scss b/gtk-3.20/scss/widgets/_notebook.scss index 90fb457..a7d4625 100644 --- a/gtk-3.20/scss/widgets/_notebook.scss +++ b/gtk-3.20/scss/widgets/_notebook.scss @@ -192,11 +192,11 @@ background-color: mix($bg_color, $base_color, .6); } - &:not(:first-child:only-child){ + &:not(:first-child):not(:only-child){ box-shadow: -1px 0 1px 0 rgba(0,0,0,0.1); } - &:not(:last-child:only-child) { + &:not(:last-child):not(:only-child) { box-shadow: 1px 0 1px 0 rgba(0,0,0,0.1); } }