hover transition
This commit is contained in:
parent
fcc4bab2d3
commit
f296adf7b0
1 changed files with 10 additions and 0 deletions
10
style.css
10
style.css
|
@ -542,4 +542,14 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
backdrop-filter: blur(20px) brightness(80%) !important;
|
backdrop-filter: blur(20px) brightness(80%) !important;
|
||||||
-webkit-backdrop-filter: blur(20px) brightness(80%) !important;
|
-webkit-backdrop-filter: blur(20px) brightness(80%) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- Animations --- */
|
||||||
|
|
||||||
|
.listItem {
|
||||||
|
transition: 0.18s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listItem:hover {
|
||||||
|
transition: 0.18s ease-in;
|
||||||
}
|
}
|
Loading…
Reference in a new issue