Add is-clickable to helpers (#3085)

* Add is-clickable to helpers

* Be sure to add !important
This commit is contained in:
Noah 2020-08-18 14:26:04 +02:00 committed by GitHub
parent b429406710
commit 86e0aaa09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,8 @@
.is-shadowless
box-shadow: none !important
.is-clickable
cursor: pointer !important
.is-unselectable
@extend %unselectable