Skip to content

Commit

Permalink
fix(tab-simple): active tabs no longer have borders on non-hover states
Browse files Browse the repository at this point in the history
[Finishes #83790730]
  • Loading branch information
bebepeng committed Dec 3, 2014
1 parent 8164f1c commit a98cdb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pivotal-ui/components/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ $tab-border-size: 3px;
@include no-transition;

> a {
border: 0;
margin: -$tab-border-size 0 $tab-border-size 0; //shift text up to offset top border
color: $tab-simple-link-active-color;
background-color: transparent;
Expand Down

0 comments on commit a98cdb0

Please sign in to comment.