diff options
| author | Andres Galante <[email protected]> | 2017-11-08 13:05:12 -0300 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-11-08 11:05:12 -0500 |
| commit | b7558830593711db0924bab6e9c44916865fd7c2 (patch) | |
| tree | 3536d55d97879a20414876a1b3b75f1a12d18f3d | |
| parent | 9c213b7f27295cd12774b550087720f002a6787e (diff) | |
| download | bootstrap-b7558830593711db0924bab6e9c44916865fd7c2.tar.xz bootstrap-b7558830593711db0924bab6e9c44916865fd7c2.zip | |
Adds underline back to `btn-link` on focus
| -rw-r--r-- | scss/_buttons.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 749f96a7c..3184f3247 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -86,6 +86,7 @@ fieldset[disabled] a.btn { &:focus, &.focus { + text-decoration: $link-hover-decoration; border-color: transparent; box-shadow: none; } |
