Skip to content

Commit 79812b3

Browse files
Remove background color from KBD element
Co-authored-by: Stephen A. Bernhardt <[email protected]>
1 parent d0a6a9f commit 79812b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-includes/css/admin-bar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@ html:lang(he-il) .rtl #wpadminbar * {
707707
content: "\f179" / '';
708708
}
709709

710+
#wpadminbar #wp-admin-bar-command-palette kbd {
711+
background: transparent;
712+
}
713+
710714
/**
711715
* Customize support classes
712716
*/

0 commit comments

Comments
 (0)