1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

Revert incorrect change (#29044)

This commit is contained in:
Martijn Cuppens
2019-07-15 13:24:32 +02:00
committed by XhmikosR
parent df1c3c0ce8
commit d2f4e2bf97

View File

@@ -18,8 +18,7 @@ kbd {
background-color: $kbd-bg; background-color: $kbd-bg;
@include border-radius($border-radius-sm); @include border-radius($border-radius-sm);
// stylelint-disable-next-line no-duplicate-selectors kbd {
& {
padding: 0; padding: 0;
@include font-size(100%); @include font-size(100%);
font-weight: $nested-kbd-font-weight; font-weight: $nested-kbd-font-weight;