Make buttons without hover states react on hover
This commit is contained in:
@@ -164,6 +164,14 @@
|
||||
--btn-icon-size: 100%;
|
||||
--btn-padding: 0;
|
||||
--hover-size: 0;
|
||||
|
||||
@media (hover: hover) {
|
||||
transition: scale 200ms ease-out;
|
||||
|
||||
&:hover {
|
||||
scale: 1.2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn--positive {
|
||||
|
||||
Reference in New Issue
Block a user