]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
removes border radius from btn-link (#24128)
authorAndres Galante <agalante@gmail.com>
Tue, 3 Oct 2017 01:56:50 +0000 (18:56 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 3 Oct 2017 01:56:50 +0000 (18:56 -0700)
scss/_buttons.scss

index c6dbb5d5038d658336cca4e723d33ae7d620e9d8..1a6d59ec197208472720eea06d7c1e12a003d213 100644 (file)
@@ -76,7 +76,6 @@ fieldset[disabled] a.btn {
   font-weight: $font-weight-normal;
   color: $link-color;
   background-color: transparent;
-  border-radius: 0;
 
   @include hover {
     color: $link-hover-color;