Neighborhoods Page - POI
fixed pop-up underline linksunknown
plain_text
a year ago
748 B
8
Indexable
.score__help-content a{
position: relative;
&:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: grey!important;
-webkit-transition: .3s linear;
-webkit-transition: .3s linear;
transition: .3s linear;
}
&:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0%;
height: 1px;
background: #fff!important;
-webkit-transition: .3s linear;
-webkit-transition: .3s linear;
transition: .3s linear;
}
&:hover{
&:after{
width: 100%;
}
}
}
Editor is loading...
Leave a Comment