Changeset 63306 for trunk/src/wp-includes/css/admin-bar.css
- Timestamp:
- 08/16/2026 04:10:24 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/admin-bar.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/admin-bar.css
r63190 r63306 78 78 } 79 79 80 #wpadminbar a:focus, 81 #wpadminbar .ab-item[tabindex="0"]:focus { 82 outline-offset: -2px; 80 #wpadminbar a:focus { 81 outline-offset: -1px; 83 82 /* Only visible in Windows High Contrast mode */ 84 83 outline: 2px solid transparent; 85 }86 87 #wpadminbar a:hover,88 #wpadminbar a:focus,89 #wpadminbar .ab-item[tabindex="0"]:hover,90 #wpadminbar .ab-item[tabindex="0"]:focus {91 box-shadow: inset 0 -4px 0 0 currentColor;92 transition: box-shadow 0.1s linear;93 }94 95 #wpadminbar .ab-submenu a:hover,96 #wpadminbar .ab-submenu a:focus,97 #wpadminbar .ab-submenu .ab-item[tabindex="0"]:hover,98 #wpadminbar .ab-submenu .ab-item[tabindex="0"]:focus {99 box-shadow: inset 4px 0 0 0 currentColor;100 84 } 101 85 … … 240 224 } 241 225 242 #wpadminbar > #wp-toolbar li:hover span.ab-label,226 #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, 243 227 #wpadminbar > #wp-toolbar li.hover span.ab-label, 244 /* The adminbar menu may output either links or focusable div elements. */ 245 /* As such, we target the focus state without specifying the element type. */ 246 #wpadminbar > #wp-toolbar :focus span.ab-label { 228 #wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label { 247 229 color: #72aee6; 248 230 } … … 313 295 #wpadminbar li.hover .ab-item:before, 314 296 #wpadminbar li:hover #adminbarsearch:before, 315 #wpadminbar li #adminbarsearch.adminbar-focused:before, 316 #wpadminbar.mobile .quicklinks .ab-item:focus:before { 297 #wpadminbar li #adminbarsearch.adminbar-focused:before { 317 298 color: #72aee6; 318 299 } … … 399 380 } 400 381 382 #wpadminbar ul li:last-child, 383 #wpadminbar ul li:last-child .ab-item { 384 box-shadow: none; 385 } 386 401 387 /** 402 388 * Recovery Mode … … 467 453 position: absolute; 468 454 left: -72px; 469 top: 0;455 top: 4px; 470 456 width: 64px; 471 457 height: 64px; … … 481 467 background: none; 482 468 padding: 0; 483 line-height: 1.38461538;469 height: 18px; 484 470 } 485 471 … … 490 476 491 477 #wpadminbar #wp-admin-bar-user-info .username { 478 color: #a7aaad; 492 479 font-size: 11px; 493 480 } … … 925 912 width: 52px; 926 913 padding: 0; 914 color: #a7aaad; /* @todo not needed? this text is hidden */ 927 915 position: relative; 928 916 } … … 1044 1032 font-size: 16px; 1045 1033 line-height: 1.5; 1034 color: #f0f0f1; 1035 } 1036 1037 #wpadminbar #wp-admin-bar-user-info a { 1038 padding-top: 4px; 1039 } 1040 1041 #wpadminbar #wp-admin-bar-user-info .username { 1042 line-height: 0.8 !important; 1043 margin-bottom: -2px; 1046 1044 } 1047 1045
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)