Changeset 49987 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss
- Timestamp:
- 01/20/2021 05:49:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss
r49574 r49987 16 16 @include button-style(); 17 17 display: inline-block; 18 19 &:hover { 20 color: var(--button--color-text-hover); 21 background: transparent; 18 19 // Remove :focus styles in the editor 20 &:focus { 21 outline-offset: inherit; 22 outline: inherit; 22 23 } 23 24 }
Note: See TracChangeset
for help on using the changeset viewer.