mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
removes border radius from btn-link (#24128)
This commit is contained in:
committed by
Mark Otto
parent
c2fb64ce37
commit
906db62ee2
@@ -76,7 +76,6 @@ fieldset[disabled] a.btn {
|
|||||||
font-weight: $font-weight-normal;
|
font-weight: $font-weight-normal;
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 0;
|
|
||||||
|
|
||||||
@include hover {
|
@include hover {
|
||||||
color: $link-hover-color;
|
color: $link-hover-color;
|
||||||
|
Reference in New Issue
Block a user