Changeset 44793 for trunk/src/wp-includes/css/admin-bar.css
- Timestamp:
- 03/04/2019 10:45:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/admin-bar.css
r44791 r44793 232 232 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, 233 233 #wpadminbar .ab-icon, 234 #wpadminbar .ab-item:before { 234 #wpadminbar .ab-item:before, 235 .wp-admin-bar-arrow { 235 236 position: relative; 236 237 float: left; … … 309 310 } 310 311 311 #wpadminbar .menupop .menupop > .ab-item :before,312 #wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before, 312 313 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { 313 314 position: absolute; … … 323 324 } 324 325 325 #wpadminbar .menupop .menupop > .ab-item :before {326 #wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { 326 327 top: 1px; 327 right: 4px; 328 right: 10px; 329 padding: 4px 0; 328 330 content: "\f139"; 329 331 color: inherit; … … 335 337 } 336 338 337 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item :before {339 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item .wp-admin-bar-arrow:before { 338 340 top: 1px; 339 341 left: 6px;
Note: See TracChangeset
for help on using the changeset viewer.