remove ::after tag
This commit is contained in:
parent
5276087409
commit
7a2b20381a
@ -53,7 +53,7 @@ li a {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
li a::after {
|
||||
/*li a::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 4px;
|
||||
@ -63,7 +63,7 @@ li a::after {
|
||||
background-color: var(--primary);
|
||||
transition: all 0.3s ease;
|
||||
border-radius: 15px;
|
||||
}
|
||||
}*/
|
||||
|
||||
li a:hover::after {
|
||||
width: 85%;
|
||||
|
Loading…
Reference in New Issue
Block a user