diff options
| author | Shohei Yoshida <[email protected]> | 2019-07-30 00:41:35 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-31 11:37:39 +0300 |
| commit | f6b00cda24cbffccf18a3612b7ea2daae362ab56 (patch) | |
| tree | 74e8443aa1124e6be7a00bc043d9e23a75ab9e67 | |
| parent | af0786b10f44d7681f43eabbfeb65321b87014ae (diff) | |
| download | bootstrap-f6b00cda24cbffccf18a3612b7ea2daae362ab56.tar.xz bootstrap-f6b00cda24cbffccf18a3612b7ea2daae362ab56.zip | |
Fix reboot for placeholder links (#29164)
| -rw-r--r-- | scss/_reboot.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e436e14ef..b6c98ccd7 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -203,14 +203,10 @@ a:not([href]) { color: inherit; text-decoration: none; - @include hover-focus() { + @include hover() { color: inherit; text-decoration: none; } - - &:focus { - outline: 0; - } } |
