diff options
| author | Mario Bonito <[email protected]> | 2013-11-19 22:24:26 -0500 |
|---|---|---|
| committer | Mario Bonito <[email protected]> | 2013-11-20 16:44:44 -0500 |
| commit | 55af0036699573be96c4ad33a54836d31fb737b5 (patch) | |
| tree | 4c6c57207699b4717dd34b628aa5a0ff5247faae | |
| parent | 2172e2ea8a79f8c5d43863d83ff31b50abb391a0 (diff) | |
| download | bootstrap-55af0036699573be96c4ad33a54836d31fb737b5.tar.xz bootstrap-55af0036699573be96c4ad33a54836d31fb737b5.zip | |
removed color treatment of outline
| -rw-r--r-- | less/mixins.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less index e76d8d697..83b93eeb6 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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; } |
