Add: Animate - Button, list's background color

This commit is contained in:
alstjr7375 2021-10-17 19:53:06 +09:00
parent d5255f7a02
commit cb583b1eaa

View file

@ -1940,6 +1940,19 @@
}
*/
/*= Animate ================================================================*/
/* Background Color */
button,
toolbarbutton,
menu,
menuitem,
stack,
vbox,
.subviewbutton,
.toolbarbutton-icon {
transition: background-color 1s var(--animation-easing-function) !important;
}
/** Reduce Padding **********************************************************/
/*= Root - Reduce Padding ==================================================*/
:root {