Skip to content

Commit

Permalink
Merge pull request #11551 from masterbee/outlinetweak
Browse files Browse the repository at this point in the history
removed color treatment of outline for easier integration
  • Loading branch information
mdo committed Nov 28, 2013
2 parents b7b72cc + 55af003 commit ec9d470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// WebKit-style focus
.tab-focus() {
// Default
outline: thin dotted #333;
// WebKit
outline: thin dotted;
//Webkit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down

0 comments on commit ec9d470

Please sign in to comment.