-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.btn-link should make use of mixins #4462
Comments
svda
pushed a commit
to myxt/bootstrap
that referenced
this issue
Aug 31, 2012
* 'master' of https://github.com/twitter/bootstrap: (426 commits) add affix to zip fix afffix small nits fixes twbs#4178: translate3d instead of translate ie7 button group and button toggle padding changes fix vertical button-groups in ie7 fix ie7 dropdowns examples in docs run make and add comment remove relative and top positioning from docs sidenav at narrow layout bump up height of progress bars, give some extra depth with stacking bars, and then make the stacked bars actually work reorder jumbotron links fixes twbs#4469 manually: reset width on file inputs stack mutliple progress bars bump versions to 2.1.0 updated package and readme pre font-size increase; revert static top navbar, undo contents section for now fix static navbar container issues, clean up docs presentation by unfixing the top navbar in favor of static one, start adding table of contents for longer sections of docs copy change for previous commit fixes twbs#4460 and twbs#4461: copy change for opera animations support fixes twbs#4462: mixins instead of vanilla css ...
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Apr 11, 2014
stempler
pushed a commit
to stempler/bootstrap
that referenced
this issue
Nov 4, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.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.
The text was updated successfully, but these errors were encountered: