Changeset 62092
- Timestamp:
- 03/23/2026 11:01:44 AM (3 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/admin-bar.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/admin-bar.css
r61979 r62092 698 698 * Command Palette 699 699 */ 700 #wpadminbar #wp-admin-bar-command-palette .ab-icon {701 display: none; /* Icon displayed only on mobile */702 }703 704 700 #wpadminbar #wp-admin-bar-command-palette .ab-icon:before { 705 701 content: "\f179"; 706 702 content: "\f179" / ''; 703 top: 3px; 707 704 } 708 705 … … 959 956 } 960 957 961 #wpadminbar #wp-admin-bar-command-palette .ab-icon {962 display: block; /* Icon is only shown on mobile, while the keyboard shortcut is hidden */963 }964 965 958 #wpadminbar #wp-admin-bar-comments .ab-icon:before, 966 959 #wpadminbar #wp-admin-bar-command-palette .ab-icon:before {
Note: See TracChangeset
for help on using the changeset viewer.