diff options
| author | Andres Galante <[email protected]> | 2017-10-02 18:56:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 18:56:50 -0700 |
| commit | 906db62ee2d60fb0f9bd8e7038da3314fbf7bebc (patch) | |
| tree | 649a9254e304f5dc576585024b9edececf8115c6 | |
| parent | c2fb64ce37d80f33e03eda0e9a956e910cd1ffd8 (diff) | |
| download | bootstrap-906db62ee2d60fb0f9bd8e7038da3314fbf7bebc.tar.xz bootstrap-906db62ee2d60fb0f9bd8e7038da3314fbf7bebc.zip | |
removes border radius from btn-link (#24128)
| -rw-r--r-- | scss/_buttons.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index c6dbb5d50..1a6d59ec1 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -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; |
