Neighborhoods Page - POI
fixed pop-up underline linksunknown
plain_text
19 days ago
748 B
1
Indexable
Never
.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%; } } }
Leave a Comment