Skip to content

Commit

Permalink
fix(tabs): remove important flag from `.tabs{border-bottom:none;} Fix…
Browse files Browse the repository at this point in the history
…es: 1652
  • Loading branch information
perrygovier committed Jul 29, 2014
1 parent 2993159 commit bf1c1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(min-resolution: 1.5dppx) {
padding-top: 2px;
border-top: none !important;
border-bottom: none !important;
border-bottom: none;
background-position: top;
background-size: 100% 1px;
background-repeat: no-repeat;
Expand Down

0 comments on commit bf1c1bc

Please sign in to comment.