Add active animation to header settings button

This commit is contained in:
David Lapshin 2024-05-08 21:44:39 +03:00 committed by GitHub
parent d8c4284723
commit e404245a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -4365,12 +4365,20 @@ a.status-card {
outline: $ui-button-focus-outline;
}
.icon {
transition: transform .15s ease-in-out;
}
&.active {
color: $primary-text-color;
&:hover {
color: $primary-text-color;
}
.icon {
transform: rotate(60deg);
}
}
&:disabled {