mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
fixes #10115: Default carousel controls and Glyphicon controls should behave the same on small devices and up
This commit is contained in:
Vendored
+2
-1
@@ -6223,7 +6223,8 @@ body.modal-open,
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.carousel-control .icon-prev,
|
||||
.carousel-control .glyphicons-chevron-left,
|
||||
.carousel-control .glyphicons-chevron-right .icon-prev,
|
||||
.carousel-control .icon-next {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user