Skip to content

Commit dac9391

Browse files
authored
Merge pull request #137 from OpenSourceOrg/add/license-comments-field-develop
Tweak css to conditionally style comments section
2 parents 61a5187 + 8b91008 commit dac9391

5 files changed

Lines changed: 12 additions & 2 deletions

File tree

themes/osi/assets/css/editor-style.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/css/editor-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/scss/_5_objects.layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
.wp-block-heading {
112112
margin-top: 0;
113113
}
114+
115+
&:not(:has(h2)):not(:has(.wp-block-heading)) {
116+
background: none;
117+
}
114118
}
115119
}
116120
}

themes/osi/style.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)