Merge pull request #5089 from pycbouh/frontend-fix-nested-kbd

Fix styling for keyboard shortcuts

(cherry picked from commit 5b26374cb0)
This commit is contained in:
Max Hilbrunner
2021-07-13 17:41:23 +02:00
committed by Max Hilbrunner
parent 122f3c7b62
commit 2011a8a064

View File

@@ -737,6 +737,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 {