Ticket #32395: 32395.9.diff
File 32395.9.diff, 1015 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/css/list-tables.css
457 457 cursor: pointer; 458 458 } 459 459 460 .wp-list-table .toggle-row:focus {460 .wp-list-table .toggle-row:focus:before { 461 461 -webkit-box-shadow: 462 462 0 0 0 1px #5b9dd9, 463 463 0 0 2px 1px rgba(30, 140, 190, .8); … … 466 466 0 0 2px 1px rgba(30, 140, 190, .8); 467 467 } 468 468 469 .ie8 .wp-list-table .toggle-row:focus {469 .ie8 .wp-list-table .toggle-row:focus:before { 470 470 outline: #5b9dd9 solid 1px; 471 471 } 472 472 … … 477 477 478 478 .wp-list-table .toggle-row:before { 479 479 position: absolute; 480 top: 0;480 top: -5px; 481 481 left: 10px; 482 border-radius: 50%; 482 483 display: block; 483 padding: 0;484 padding: 1px 2px 1px 0; 484 485 color: #666; 485 486 content: '\f140'; 486 487 font: normal 20px/1 'dashicons'; 487 line-height: 1 0px;488 line-height: 1; 488 489 -webkit-font-smoothing: antialiased; 489 490 -moz-osx-font-smoothing: grayscale; 490 491 speak: none;