We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b15756 commit 1c4ae67Copy full SHA for 1c4ae67
src/OnboardingSPA/utils/global-styles/use-global-styles-output.js
@@ -1443,6 +1443,15 @@ export function generateStyles(
1443
} );
1444
}
1445
1446
+ // Add custom Button CSS
1447
+ if ( undefined === updatedConfig.styles.css ) {
1448
+ updatedConfig.styles.css =
1449
+ '.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) { background: transparent none !important; }';
1450
+ } else {
1451
+ updatedConfig.styles.css +=
1452
1453
+ }
1454
+
1455
// Construct the styles array
1456
const styles = [
1457
...result,
0 commit comments