forked from coracle/flotilla
Autoformat
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
.button:active:hover, .button:active:focus {
|
||||
.button:active:hover,
|
||||
.button:active:focus {
|
||||
animation: button-pop 0s ease-out;
|
||||
transform: scale(var(--btn-focus-scale, 0.97));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user