Created by: BBosman
As far as I can tell the .btn-link
class is supposed to always be used in conjunction with the .btn
class.
As .btn
already sets cursor: pointer;
it doesn't have to be set by .btn-link
as well.
Created by: BBosman
As far as I can tell the .btn-link
class is supposed to always be used in conjunction with the .btn
class.
As .btn
already sets cursor: pointer;
it doesn't have to be set by .btn-link
as well.