This commit is contained in:
2023-07-19 15:22:20 +00:00
parent 9e6dc31811
commit c29765dd09
10 changed files with 30 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ select {
bottom: -2px;
background: #ffffff;
height: 4px;
transition: width 0.5s ease-out;
transition: width 0.5s ease-in;
}
.underline:hover:after,
.underline:focus:after,
@@ -106,7 +106,7 @@ select {
bottom: 0px;
width: 0px;
background: #000000;
transition: width 0.5s ease-out;
transition: width 0.5s ease-in;
}
.fill:hover:after,
.fill:focus:after,