fix notebook tabs bug from earlier today

pull/487/head
Dustin Falgout 2016-06-12 16:27:57 -05:00
parent a9f82512b6
commit 51713dccca
1 changed files with 9 additions and 9 deletions

View File

@ -161,7 +161,7 @@
transition: opacity .3s ease-in; transition: opacity .3s ease-in;
} }
> box { > box, > label {
padding: 0 ($spacing * 3) ($spacing + 1); // top | left/right | bottom padding: 0 ($spacing * 3) ($spacing + 1); // top | left/right | bottom
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -219,7 +219,7 @@
border-bottom-width: 1px; border-bottom-width: 1px;
transition: border-bottom-color .3s ease-out; transition: border-bottom-color .3s ease-out;
> box { > box, > label {
padding: 0 ($spacing * 3) ($spacing + 1); // top | left/right | bottom padding: 0 ($spacing * 3) ($spacing + 1); // top | left/right | bottom
} }
@ -231,7 +231,7 @@
border-bottom-color: $selected_bg_color; border-bottom-color: $selected_bg_color;
outline: none; outline: none;
> box { > box, > label {
border-bottom-color: $selected_bg_color; border-bottom-color: $selected_bg_color;
} }
@ -254,7 +254,7 @@
border-left-width: 1px; border-left-width: 1px;
transition: border-left-color .3s ease-out; transition: border-left-color .3s ease-out;
> box { > box, > label {
padding: ($spacing + 1) ($spacing * 3); // top | right | bottom | left padding: ($spacing + 1) ($spacing * 3); // top | right | bottom | left
} }
@ -266,7 +266,7 @@
border-left-color: $selected_bg_color; border-left-color: $selected_bg_color;
outline: none; outline: none;
> box { > box, > label {
border-left-color: $selected_bg_color; border-left-color: $selected_bg_color;
} }
@ -289,7 +289,7 @@
border-top-width: 1px; border-top-width: 1px;
transition: border-top-color .3s ease-out; transition: border-top-color .3s ease-out;
> box { > box, > label {
padding: ($spacing + 1) ($spacing * 3) 0; // top/bottom | left/right padding: ($spacing + 1) ($spacing * 3) 0; // top/bottom | left/right
} }
@ -301,7 +301,7 @@
border-top-color: $selected_bg_color; border-top-color: $selected_bg_color;
outline: none; outline: none;
> box { > box, > label {
border-top-color: $selected_bg_color; border-top-color: $selected_bg_color;
} }
@ -324,7 +324,7 @@
border-right-width: 1px; border-right-width: 1px;
transition: border-right-color .3s ease-out; transition: border-right-color .3s ease-out;
> box { > box, > label {
padding: ($spacing + 1) ($spacing * 3); // top/bottom | left/right padding: ($spacing + 1) ($spacing * 3); // top/bottom | left/right
} }
@ -336,7 +336,7 @@
border-right-color: $selected_bg_color; border-right-color: $selected_bg_color;
outline: none; outline: none;
> box { > box, > label {
border-right-color: $selected_bg_color; border-right-color: $selected_bg_color;
} }