0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Closes #26300: Add cursor pointer to carousel indicators

This commit is contained in:
Varunram 2018-04-16 18:39:53 +05:30 committed by Mark Otto
parent 74057dcc8e
commit 4bc5cc149a

View File

@ -189,6 +189,7 @@
margin-right: $carousel-indicator-spacer;
margin-left: $carousel-indicator-spacer;
text-indent: -999px;
cursor: pointer;
background-color: rgba($carousel-indicator-active-bg, .5);
// Use pseudo classes to increase the hit area by 10px on top and bottom.