Skip to content

Commit

Permalink
Blockbase: Fix issues with style variations in post editor
Browse files Browse the repository at this point in the history
Fixes #6963
  • Loading branch information
adamwoodnz committed Jan 14, 2025
1 parent a3da2fc commit 2987277
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 80 deletions.
40 changes: 0 additions & 40 deletions blockbase/assets/ponyfill.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,46 +122,6 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover,
padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
}

.has-primary-background-color {
background-color: var(--wp--custom--color--primary) !important;
}

.has-secondary-background-color {
background-color: var(--wp--custom--color--secondary) !important;
}

.has-foreground-background-color {
background-color: var(--wp--custom--color--foreground) !important;
}

.has-background-background-color {
background-color: var(--wp--custom--color--background) !important;
}

.has-tertiary-background-color {
background-color: var(--wp--custom--color--tertiary) !important;
}

.has-primary-color {
color: var(--wp--custom--color--primary) !important;
}

.has-secondary-color {
color: var(--wp--custom--color--secondary) !important;
}

.has-foreground-color {
color: var(--wp--custom--color--foreground) !important;
}

.has-background-color {
color: var(--wp--custom--color--background) !important;
}

.has-tertiary-color {
color: var(--wp--custom--color--tertiary) !important;
}

@media (max-width: 599px) {
.wp-site-blocks .site-header .site-brand {
display: contents;
Expand Down
38 changes: 0 additions & 38 deletions blockbase/sass/base/_colors.scss

This file was deleted.

2 changes: 0 additions & 2 deletions blockbase/sass/base/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
@import "mixins";
@import "normalize";
@import "breakpoints";

@import "alignment";
@import "colors";
@import "header";
@import "layout";
@import "utility";

0 comments on commit 2987277

Please sign in to comment.