mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix styling for keyboard shortcuts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user