We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In carousel.less the glyphicons-chevron-left (and right) are missing scale up classes for tablet and up. see below.
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; }
The text was updated successfully, but these errors were encountered:
d28abc4
(less) fixes twbs#10115: Default carousel controls and Glyphicon cont…
d289c65
…rols should behave the same on small devices and up
d699dcd
No branches or pull requests
In carousel.less the glyphicons-chevron-left (and right) are missing scale up classes for tablet and up. see below.
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
The text was updated successfully, but these errors were encountered: