Changeset 47614
- Timestamp:
- 04/23/2020 03:39:55 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty/assets/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r47613 r47614 903 903 /* BUTTON STYLE: OUTLINE */ 904 904 905 .editor-styles-wrapper .is-style-outline .wp-block-button__link { 905 .editor-styles-wrapper .is-style-outline .wp-block-button__link, 906 .editor-styles-wrapper .is-style-outline.wp-block-button__link { 906 907 background: none; 907 908 border-color: currentColor; … … 912 913 /* BUTTON STYLE: SQUARED */ 913 914 914 .editor-styles-wrapper .is-style-squared .wp-block-button__link { 915 .editor-styles-wrapper .is-style-squared .wp-block-button__link, 916 .editor-styles-wrapper .is-style-squared.wp-block-button__link { 915 917 border-radius: 0; 916 918 } -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r47613 r47614 903 903 /* BUTTON STYLE: OUTLINE */ 904 904 905 .editor-styles-wrapper .is-style-outline .wp-block-button__link { 905 .editor-styles-wrapper .is-style-outline .wp-block-button__link, 906 .editor-styles-wrapper .is-style-outline.wp-block-button__link { 906 907 background: none; 907 908 border-color: currentColor; … … 912 913 /* BUTTON STYLE: SQUARED */ 913 914 914 .editor-styles-wrapper .is-style-squared .wp-block-button__link { 915 .editor-styles-wrapper .is-style-squared .wp-block-button__link, 916 .editor-styles-wrapper .is-style-squared.wp-block-button__link { 915 917 border-radius: 0; 916 918 }
Note: See TracChangeset
for help on using the changeset viewer.