Skip to content

Commit

Permalink
fix(simple-alt-tab): remove green border on focus
Browse files Browse the repository at this point in the history
[Finishes #85440704]
  • Loading branch information
bebepeng committed Jan 8, 2015
1 parent 1ab5ebd commit 2ee21d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ parent: tab
font-weight: $tab-alt-link-font-weight;
font-size: 16px;
}
> a:hover {
> a:hover, > a:focus {
border: 0;
}
}
Expand Down

0 comments on commit 2ee21d7

Please sign in to comment.