Changeset 49726 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss
- Timestamp:
- 12/01/2020 07:07:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss
r49574 r49726 1 .wp-block-social-links .is-style-twentytwentyone-social-icons-color{1 .wp-block-social-links { 2 2 3 a {3 a:focus { 4 4 color: var(--global--color-primary); 5 5 } 6 6 7 .wp-social-link { 8 background: none; 7 &.is-style-twentytwentyone-social-icons-color { 8 9 a { 10 color: var(--global--color-primary); 11 } 12 13 .wp-social-link { 14 background: none; 15 } 16 9 17 } 10 11 18 }
Note: See TracChangeset
for help on using the changeset viewer.