mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
code comment
This commit is contained in:
parent
8f06eebe44
commit
5c93cb7c81
@ -148,6 +148,7 @@
|
||||
cursor: pointer;
|
||||
background-color: rgba($carousel-indicator-active-bg, .5);
|
||||
|
||||
// Use pseudo classes to increase the hit area by 10px on top and bottom.
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
@ -157,7 +158,6 @@
|
||||
height: 10px;
|
||||
content: "";
|
||||
}
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user