Skip to content

Commit

Permalink
(less) Merge pull request twbs#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 bba77d3 2c0d278 commit a8558b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 a8558b9

Please sign in to comment.