aboutsummaryrefslogtreecommitdiff
path: root/scss/_normalize.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-18 10:19:50 -0700
committerMark Otto <[email protected]>2015-06-18 10:19:50 -0700
commit8410afe0e104459a613f6232ad46334aa8b99fda (patch)
tree9fbf0dfa4ab705e676891fbbfb8df8f11bb13e7d /scss/_normalize.scss
parente615ae053c816fa477d158562e20ecaf2609128d (diff)
downloadbootstrap-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.scss2
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;
}
}