Changeset 41622
- Timestamp:
- 09/27/2017 05:26:58 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r41621 r41622 122 122 .screen-reader-text span, 123 123 .ui-helper-hidden-accessible { 124 border: 0; 125 clip: rect(1px, 1px, 1px, 1px); 126 clip-path: inset(50%); 127 height: 1px; 128 margin: -1px; 129 overflow: hidden; 130 padding: 0; 124 131 position: absolute; 125 margin: -1px;126 padding: 0;127 height: 1px;128 132 width: 1px; 129 overflow: hidden;130 clip: rect(0 0 0 0);131 border: 0;132 133 word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */ 133 134 } … … 1618 1619 } 1619 1620 1620 #screen-meta .screen-reader-text {1621 visibility: hidden;1622 }1623 1624 1621 #screen-meta-links { 1625 1622 margin: 0 20px 0 0; -
trunk/src/wp-admin/css/install.css
r41062 r41622 403 403 .screen-reader-input, 404 404 .screen-reader-text { 405 border: 0; 406 clip: rect(1px, 1px, 1px, 1px); 407 clip-path: inset(50%); 408 height: 1px; 409 margin: -1px; 410 overflow: hidden; 411 padding: 0; 405 412 position: absolute; 406 margin: -1px;407 padding: 0;408 height: 1px;409 413 width: 1px; 410 overflow: hidden; 411 clip: rect(0 0 0 0); 412 border: 0; 414 word-wrap: normal !important; 413 415 } 414 416 -
trunk/src/wp-admin/css/list-tables.css
r41362 r41622 1822 1822 .post-com-count .screen-reader-text { 1823 1823 position: static; 1824 clip-path: none; 1824 1825 width: auto; 1825 1826 height: auto; -
trunk/src/wp-admin/css/nav-menus.css
r41227 r41622 600 600 .no-js.nav-menus-php .item-edit .screen-reader-text { 601 601 position: static; 602 clip-path: none; 602 603 width: auto; 603 604 height: auto; -
trunk/src/wp-includes/css/admin-bar.css
r41062 r41622 692 692 #wpadminbar .screen-reader-text, 693 693 #wpadminbar .screen-reader-text span { 694 border: 0; 695 clip: rect(1px, 1px, 1px, 1px); 696 clip-path: inset(50%); 697 height: 1px; 698 margin: -1px; 699 overflow: hidden; 700 padding: 0; 694 701 position: absolute; 695 left: -1000em;696 top: -1000em;697 height: 1px;698 702 width: 1px; 699 overflow: hidden;703 word-wrap: normal !important; 700 704 } 701 705 -
trunk/src/wp-includes/css/wp-embed-template.css
r41062 r41622 10 10 /* Text meant only for screen readers */ 11 11 .screen-reader-text { 12 border: 0; 12 13 clip: rect(1px, 1px, 1px, 1px); 14 clip-path: inset(50%); 13 15 height: 1px; 16 margin: -1px; 14 17 overflow: hidden; 15 position: absolute !important; 18 padding: 0; 19 position: absolute; 16 20 width: 1px; 21 word-wrap: normal !important; 17 22 } 18 23
Note: See TracChangeset
for help on using the changeset viewer.