You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.btn-link in buttons.less resets box-shadow and border-radius to the initial state. However, it's done by simply writing three properties (two prefixed and one unprefixed).
Since there're mixins for handling different prefixes for box-shadow and border-radius, we should utilize them.