Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/navigation/_links.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/navigation/_links.scss
r4779 r7256 5 5 6 6 &:visited { 7 7 8 /* Override wp4.css */ 8 9 color: $color__link; 9 10 } 11 10 12 &:hover, 11 13 &:focus, 12 14 &:active { 15 13 16 /* Override wp4.css */ 14 17 color: $color__link; 15 18 text-decoration: underline; 16 19 } 20 17 21 &.button:hover, 18 22 &.button:focus, … … 20 24 text-decoration: none; 21 25 } 26 22 27 &:focus { 23 28 outline: thin dotted; 24 29 } 30 25 31 &:hover, 26 32 &:active {
Note: See TracChangeset
for help on using the changeset viewer.