Fix styling for keyboard shortcuts

This commit is contained in:
Yuri Sizov
2021-07-13 14:45:51 +03:00
parent 9f719885a9
commit e6e87982de

View File

@@ -750,6 +750,16 @@ kbd, .kbd {
vertical-align: middle;
}
/* Unset excessive styles for nested kbd tags. */
kbd.compound > kbd,
kbd.compound > .kbd,
.kbd.compound > kbd,
.kbd.compound > .kbd {
border: none;
box-shadow: none;
padding: 0;
}
/* Buttons */
.btn-neutral {