mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
menu expanded trigger animation
This commit is contained in:
parent
87b0e65b98
commit
b635fcbc7a
@ -6,7 +6,7 @@
|
||||
|
||||
.icon {
|
||||
fill: var(--brand-grey-light);
|
||||
transition: fill 0.2s ease-out;
|
||||
transition: 0.2s ease-out;
|
||||
}
|
||||
|
||||
.preferences:hover .icon,
|
||||
@ -16,6 +16,10 @@
|
||||
fill: var(--brand-grey);
|
||||
}
|
||||
|
||||
.preferences[aria-expanded='true'] .icon {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.preferencesDetails {
|
||||
padding: calc(var(--spacer) / 2);
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
||||
transition: transform 0.2s ease-out;
|
||||
}
|
||||
|
||||
.wallet[aria-expanded='true'] .button svg {
|
||||
[aria-expanded='true'] .button svg {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user