mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-12 06:13:09 +00:00
Closes #26300: Add cursor pointer to carousel indicators
This commit is contained in:
parent
74057dcc8e
commit
4bc5cc149a
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@
|
||||||
margin-right: $carousel-indicator-spacer;
|
margin-right: $carousel-indicator-spacer;
|
||||||
margin-left: $carousel-indicator-spacer;
|
margin-left: $carousel-indicator-spacer;
|
||||||
text-indent: -999px;
|
text-indent: -999px;
|
||||||
|
cursor: pointer;
|
||||||
background-color: rgba($carousel-indicator-active-bg, .5);
|
background-color: rgba($carousel-indicator-active-bg, .5);
|
||||||
|
|
||||||
// Use pseudo classes to increase the hit area by 10px on top and bottom.
|
// Use pseudo classes to increase the hit area by 10px on top and bottom.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue