fix css
parent
32f60a9667
commit
56f2b142ab
|
@ -416,6 +416,9 @@ a {
|
|||
transition: background-size 400ms;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
background-size: 0 3px, 100% 3px;
|
||||
}
|
||||
a:hover {
|
||||
background-size: 0 3px, 100% 3px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue