From: Martijn Cuppens Date: Mon, 15 Jul 2019 11:24:32 +0000 (+0200) Subject: Revert incorrect change (#29044) X-Git-Tag: v5.0.0-alpha1~1025 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f4e2bf97d823c2a8fc1ac8078f2bf5cce67abf;p=thirdparty%2Fbootstrap.git Revert incorrect change (#29044) --- diff --git a/scss/_code.scss b/scss/_code.scss index f12fa01bf3..656df45297 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;