Changeset 35207
- Timestamp:
- 10/15/2015 06:52:24 PM (9 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-nav-menus.css
r34991 r35207 220 220 } 221 221 222 .customize-control-nav_menu_item .item-edit:focus {223 color: #0073aa;224 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);225 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);226 }227 228 /* rework the arrow indicator implementation for NVDA bug same as #32715 */229 .wp-customizer .menu-item .item-edit .toggle-indicator {230 display: inline-block;231 font-size: 20px;232 line-height: 1;233 }234 235 .wp-customizer .menu-item .item-edit .toggle-indicator:after {236 content: "\f140";237 font: normal 20px/1 dashicons;238 color: #a0a5aa;239 vertical-align: top;240 speak: none;241 -webkit-font-smoothing: antialiased;242 -moz-osx-font-smoothing: grayscale;243 text-decoration: none !important;244 }245 246 222 .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:after { 247 223 content: "\f142"; … … 357 333 padding-right: 0; 358 334 line-height: 30px; 335 } 336 337 /* rework the arrow indicator implementation for NVDA bug same as #32715 */ 338 .wp-customizer .toggle-indicator { 339 display: inline-block; 340 font-size: 20px; 341 line-height: 1; 342 text-indent: -1px; /* account for the dashicon alignment */ 343 } 344 345 .wp-customizer .toggle-indicator:after { 346 content: "\f140"; 347 speak: none; 348 vertical-align: top; 349 -webkit-border-radius: 50%; 350 border-radius: 50%; 351 color: #a0a5aa; 352 font: normal 20px/1 dashicons; 353 -webkit-font-smoothing: antialiased; 354 -moz-osx-font-smoothing: grayscale; 355 text-decoration: none !important; 356 } 357 358 .wp-customizer button:focus .toggle-indicator:after { 359 -webkit-box-shadow: 360 0 0 0 1px #5b9dd9, 361 0 0 2px 1px rgba(30, 140, 190, .8); 362 box-shadow: 363 0 0 0 1px #5b9dd9, 364 0 0 2px 1px rgba(30, 140, 190, .8); 359 365 } 360 366 … … 546 552 .menu-item-bar .item-delete:before { 547 553 content: "\f335"; 554 position: absolute; 555 top: 9px; 556 left: 5px; 557 -webkit-border-radius: 50%; 558 border-radius: 50%; 548 559 font: normal 20px/1 dashicons; 549 560 -webkit-font-smoothing: antialiased; 550 561 -moz-osx-font-smoothing: grayscale; 551 position: absolute;552 top: 9px;553 left: 5px;554 562 } 555 563 … … 563 571 } 564 572 565 .menu-item-bar .item-delete:focus { 566 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 567 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8); 573 .menu-item-bar .item-delete:focus:before { 574 -webkit-box-shadow: 575 0 0 0 1px #5b9dd9, 576 0 0 2px 1px rgba(30, 140, 190, .8); 577 box-shadow: 578 0 0 0 1px #5b9dd9, 579 0 0 2px 1px rgba(30, 140, 190, .8); 568 580 } 569 581 … … 624 636 } 625 637 626 #available-menu-items .accordion-section-title .toggle-indicator {627 display: inline-block;628 font-size: 20px;629 line-height: 1;630 }631 632 #available-menu-items .accordion-section-title .toggle-indicator:after {633 content: "\f140";634 font: normal 20px/1 dashicons;635 color: #a0a5aa;636 vertical-align: top;637 speak: none;638 -webkit-font-smoothing: antialiased;639 -moz-osx-font-smoothing: grayscale;640 text-decoration: none !important;641 }642 643 638 #available-menu-items .accordion-section-title:hover .toggle-indicator:after { 644 639 color: #777; … … 677 672 } 678 673 679 #available-menu-items .accordion-section-title button:focus {680 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);681 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);682 }683 684 674 #available-menu-items .accordion-section-title .no-items, 685 675 #available-menu-items .cannot-expand .accordion-section-title .spinner, … … 790 780 #available-menu-items .menu-item-handle .item-add:focus { 791 781 color: #23282d; 792 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);793 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);794 782 } 795 783 796 784 #available-menu-items .item-add:before { 797 785 content: "\f543"; 798 font: normal 20px/1 dashicons;799 786 position: relative; 800 787 left: 2px; 801 788 top: 3px; 789 display: inline-block; 790 height: 20px; 791 -webkit-border-radius: 50%; 792 border-radius: 50%; 793 font: normal 20px/1.05 dashicons; /* line height is to account for the dashicon's vertical alignment */ 794 } 795 796 #available-menu-items .item-add:focus:before { 797 -webkit-box-shadow: 798 0 0 0 1px #5b9dd9, 799 0 0 2px 1px rgba(30, 140, 190, .8); 800 box-shadow: 801 0 0 0 1px #5b9dd9, 802 0 0 2px 1px rgba(30, 140, 190, .8); 802 803 } 803 804 -
trunk/src/wp-admin/css/customize-widgets.css
r35015 r35207 629 629 padding: 13px 15px; 630 630 } 631 .widget-top a.widget-action:after {632 padding-top: 9px;633 }634 631 .widget-reorder-nav span { 635 632 height: 39px;
Note: See TracChangeset
for help on using the changeset viewer.