Changeset 6231 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/objects/_accessibility.scss
- Timestamp:
- 12/04/2017 05:42:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/objects/_accessibility.scss
r3879 r6231 28 28 29 29 /* Do not show the outline on the skip link target. */ 30 #content[tabindex="-1"]:focus {30 .site-content[tabindex="-1"]:focus { 31 31 outline: 0; 32 32 } 33 34 /* hide elements if JS isn't available. */ 35 .no-js .hide-if-no-js { 36 display: none; 37 }
Note: See TracChangeset
for help on using the changeset viewer.