ags: sync

This commit is contained in:
end-4
2024-01-26 21:37:34 +07:00
parent 7e73e24dd8
commit 266e3e04e9
5 changed files with 27 additions and 32 deletions
+4 -7
View File
@@ -26,13 +26,6 @@
}
}
tooltip {
animation-name: appear;
animation-duration: 100ms;
animation-timing-function: ease-out;
animation-iteration-count: 1;
}
menu {
@include elevation-border-softer;
padding: 0.681rem;
@@ -90,6 +83,10 @@ radio:checked {
}
tooltip {
animation-name: appear;
animation-duration: 100ms;
animation-timing-function: ease-out;
animation-iteration-count: 1;
@include normal-rounding;
background-color: $surfaceVariant;
color: $onSurfaceVariant;