Changeset 49987 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss
- Timestamp:
- 01/20/2021 05:49:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss
r49574 r49987 5 5 a.wp-block-file__button:focus, 6 6 a.wp-block-file__button:hover { 7 color: var(--button--color-text-hover);8 7 opacity: inherit; 9 8 } 10 9 11 a.wp-block-file__button:visited { 12 color: var(--button--color-text); 13 14 &:hover { 15 color: var(--button--color-text-hover); 16 } 17 } 18 19 .wp-block-file__button { 20 // Extend button style 21 @include button-style(); 10 a.wp-block-file__button { 22 11 display: inline-block; 23 12 }
Note: See TracChangeset
for help on using the changeset viewer.