mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
committed by
Max Hilbrunner
parent
d52655bae0
commit
58dff9daf8
@@ -709,6 +709,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 {
|
||||
|
||||
Reference in New Issue
Block a user