Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-10-21 10:13:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-21 10:13:35 +0300
commitc9a43b027ab74f829cc117a05261e18ff4ca3b7c (patch)
treece9f969ff2cbe4a5af417003f2192bb17f78c29b /scss/_carousel.scss
parent59f1802e985399b95b7f3ff1136ac3eaa83b8897 (diff)
Re-add carousel control transition (#27277)
Diffstat (limited to 'scss/_carousel.scss')
-rw-r--r--scss/_carousel.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index a3259f4f57..9693b129ec 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -116,15 +116,14 @@
color: $carousel-control-color;
text-align: center;
opacity: $carousel-control-opacity;
- // We can't have a transition here because WebKit cancels the carousel
- // animation if you trip this while in the middle of another animation.
+ @include transition($carousel-control-transition);
// Hover/focus state
@include hover-focus {
color: $carousel-control-color;
text-decoration: none;
outline: 0;
- opacity: .9;
+ opacity: $carousel-control-hover-opacity;
}
}
.carousel-control-prev {