diff options
| author | Martijn Cuppens <[email protected]> | 2019-07-15 13:24:32 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-15 14:24:32 +0300 |
| commit | d2f4e2bf97d823c2a8fc1ac8078f2bf5cce67abf (patch) | |
| tree | 0649688b9ee4ec3e1c5312e2dca60674bf35fe18 /scss/_code.scss | |
| parent | df1c3c0ce8888f930a641e7fe2316b1d8f5502d0 (diff) | |
| download | bootstrap-d2f4e2bf97d823c2a8fc1ac8078f2bf5cce67abf.tar.xz bootstrap-d2f4e2bf97d823c2a8fc1ac8078f2bf5cce67abf.zip | |
Revert incorrect change (#29044)
Diffstat (limited to 'scss/_code.scss')
| -rw-r--r-- | scss/_code.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_code.scss b/scss/_code.scss index f12fa01bf..656df4529 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -18,8 +18,7 @@ kbd { background-color: $kbd-bg; @include border-radius($border-radius-sm); - // stylelint-disable-next-line no-duplicate-selectors - & { + kbd { padding: 0; @include font-size(100%); font-weight: $nested-kbd-font-weight; |
