diff options
| author | Mark Otto <[email protected]> | 2015-06-18 10:19:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 10:19:50 -0700 |
| commit | 8410afe0e104459a613f6232ad46334aa8b99fda (patch) | |
| tree | 9fbf0dfa4ab705e676891fbbfb8df8f11bb13e7d /scss/_normalize.scss | |
| parent | e615ae053c816fa477d158562e20ecaf2609128d (diff) | |
| download | bootstrap-8410afe0e104459a613f6232ad46334aa8b99fda.tar.xz bootstrap-8410afe0e104459a613f6232ad46334aa8b99fda.zip | |
Create new stylesheets for optional builds and add them to Gruntfile tasks
Diffstat (limited to 'scss/_normalize.scss')
| -rw-r--r-- | scss/_normalize.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_normalize.scss b/scss/_normalize.scss index 135fe2a3a..e49b5281c 100644 --- a/scss/_normalize.scss +++ b/scss/_normalize.scss @@ -98,7 +98,7 @@ a { &:active { outline: 0; } - @include hover { + &:hover { outline: 0; } } |
