aboutsummaryrefslogtreecommitdiff
path: root/scss/_carousel.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-09-18 02:10:07 +0300
committerXhmikosR <[email protected]>2019-05-08 20:58:07 +0300
commit1d4d9f8d8941f006e81e95549bee991753a75e6e (patch)
treed96c39023a97966db96220c868fc89a0529e08df /scss/_carousel.scss
parenta827934f1309e02419d58b9ca4ab83982204c050 (diff)
downloadbootstrap-1d4d9f8d8941f006e81e95549bee991753a75e6e.tar.xz
bootstrap-1d4d9f8d8941f006e81e95549bee991753a75e6e.zip
Drop all hover mixins
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
Diffstat (limited to 'scss/_carousel.scss')
-rw-r--r--scss/_carousel.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index 20ea04baf..0635a4acd 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -101,7 +101,8 @@
@include transition($carousel-control-transition);
// Hover/focus state
- @include hover-focus {
+ &:hover,
+ &:focus {
color: $carousel-control-color;
text-decoration: none;
outline: 0;