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