Add is-clickable to helpers (#3085)
* Add is-clickable to helpers * Be sure to add !important
This commit is contained in:
parent
b429406710
commit
86e0aaa09f
1 changed files with 3 additions and 0 deletions
|
@ -4,5 +4,8 @@
|
|||
.is-shadowless
|
||||
box-shadow: none !important
|
||||
|
||||
.is-clickable
|
||||
cursor: pointer !important
|
||||
|
||||
.is-unselectable
|
||||
@extend %unselectable
|
||||
|
|
Loading…
Add table
Reference in a new issue