feat(ags osk): add press anim
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-25 21:29:45 -05:00
parent 1a9c89df97
commit 81737fd0ac

View file

@ -38,6 +38,15 @@
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
box-shadow: 2px 1px 2px gray;
margin: 4px 10px 4px 10px;
&.active {
box-shadow: 0 0 0 white;
margin: 6px 10px 2px 10px;
background-color: color.adjust(colors.$window_bg_color, $lightness: -3%);
}
&.normal, &.normal,
&.Super { &.Super {
min-width: 3rem; min-width: 3rem;
@ -66,10 +75,6 @@
min-width: 3.2rem; min-width: 3.2rem;
} }
&.active {
background-color: color.adjust(colors.$window_bg_color, $lightness: -3%);
}
&.altgr { &.altgr {
border: 0.08rem solid blue; border: 0.08rem solid blue;
} }