Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-07-15 14:24:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-15 14:24:32 +0300
commitd2f4e2bf97d823c2a8fc1ac8078f2bf5cce67abf (patch)
tree0649688b9ee4ec3e1c5312e2dca60674bf35fe18 /scss
parentdf1c3c0ce8888f930a641e7fe2316b1d8f5502d0 (diff)
Revert incorrect change (#29044)
Diffstat (limited to 'scss')
-rw-r--r--scss/_code.scss3
1 files changed, 1 insertions, 2 deletions
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;