Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions src/wp-includes/css/admin-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,13 +697,10 @@ html:lang(he-il) .rtl #wpadminbar * {
/**
* Command Palette
*/
#wpadminbar #wp-admin-bar-command-palette .ab-icon {
display: none; /* Icon displayed only on mobile */
}

#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
content: "\f179";
content: "\f179" / '';
top: 3px;
}

#wpadminbar #wp-admin-bar-command-palette kbd {
Expand Down Expand Up @@ -958,10 +955,6 @@ html:lang(he-il) .rtl #wpadminbar * {
margin: 0;
}

#wpadminbar #wp-admin-bar-command-palette .ab-icon {
display: block; /* Icon is only shown on mobile, while the keyboard shortcut is hidden */
}

#wpadminbar #wp-admin-bar-comments .ab-icon:before,
#wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
display: block;
Expand Down
Loading