html - How to disable link using bootstrap -
is there way disable image link using bootstrap? below jade code , tried adding 'disabled' class , did not work...
any ideas?
a(href='/home/action2') i.fa.fa-share-alt.fa-lg.img.disabled
try using this:
a.btn.btn-lg.disabled(href='/home/action2') i.fa.fa-share-alt.fa-lg
Comments
Post a Comment