Skip to content

Commit

Permalink
[update] Remove unused variable, move background application
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed May 1, 2015
1 parent ee7dab3 commit 5d197d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions style/components/switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@

$col-switch-animation : 0.3s col-switch cubic-bezier(.89,.03,.42,1.23) !default;
$col-switch-background : #fff !default;
$col-switch-shrunk-size : unit(3) !default;
$col-switch-padding : unit(2) 0 !default;
$col-switch-shadow : 0 1px 3px rgba(#000, 0.4), inset 0 1px 0 rgba(#fff, 0.7) !default;
$col-switch-btn-size : unit(4) !default;
$col-switch-btn-padding : 10px unit(1) !default;
$col-switch-btn-width : unit(11) !default;
$col-switch-btn-border : rgba(#000, 0.15) !default;
Expand All @@ -22,7 +20,6 @@ $col-switch-nav-radius : 3px !default;
}

.col-switch-btn {
background: #fff;
border-radius: 0;
display: inline-block;
line-height: unit(2);
Expand Down Expand Up @@ -55,6 +52,7 @@ $col-switch-nav-radius : 3px !default;

.col-switch-nav {
animation: $col-switch-animation;
background: $col-switch-background;
border-radius: $col-switch-nav-radius;
box-shadow: $col-switch-shadow;
display: inline-block;
Expand Down

0 comments on commit 5d197d1

Please sign in to comment.