[Solved] How to best use "shadow css class" only on hover?
-
Hello community,
http://quasar-framework.org/components/shadows.html
I noticed there’s noshadow-hover-*
classes.But there is a
shadow-transition
class. How to best set up the shadow only on hover? -
Add css or a class:
<style lang="styl"> @import '~variables' .my-hover-shadow:hover box-shadow $shadow-1 </style>