Changeset 35215
- Timestamp:
- 10/16/2015 12:57:47 AM (9 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r35201 r35215 2840 2840 } 2841 2841 2842 .rtl.js .postbox .handlediv .toggle-indicator:before { 2843 text-indent: 1px; /* account for the dashicon alignment */ 2844 } 2845 2842 2846 .js .postbox .handlediv:focus { 2843 2847 -webkit-box-shadow: none; -
trunk/src/wp-admin/css/customize-nav-menus.css
r35207 r35215 341 341 line-height: 1; 342 342 text-indent: -1px; /* account for the dashicon alignment */ 343 } 344 345 .rtl .wp-customizer .toggle-indicator { 346 text-indent: 1px; /* account for the dashicon alignment */ 343 347 } 344 348 -
trunk/src/wp-admin/css/nav-menus.css
r35201 r35215 628 628 } 629 629 630 .rtl .nav-menus-php .item-edit:before { 631 text-indent: 1px; /* account for the dashicon alignment */ 632 } 633 630 634 .nav-menus-php .item-edit:focus { 631 635 -webkit-box-shadow: none;
Note: See TracChangeset
for help on using the changeset viewer.