Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OriginIIIの見出しデザインが投稿タイトルブロックに反映されてしまう不具合を修正 #1124

Merged
merged 1 commit into from Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions _g3/design-skin/origin3/_scss/_common.scss
Expand Up @@ -3,13 +3,13 @@ body {
font-family : 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.entry-title--post-type--page,
h2 {
h2:where(:not(.wp-block-post-title)) {
padding:0.5em 0;
border-top:2px solid var(--vk-color-primary);
border-bottom:1px solid var(--vk-color-border-hr);
}

h3,
h3:where(:not(.wp-block-post-title)),
.sub-section-title,
.site-footer-title {
position: relative;
Expand All @@ -18,7 +18,7 @@ h3,
padding:0 0 0.5em;
border-radius: 0;
}
h3:after,
h3:where(:not(.wp-block-post-title)):after,
.sub-section-title:after,
.site-footer-title:after {
content: ".";
Expand All @@ -31,13 +31,13 @@ h3:after,
border-bottom: 1px solid var(--vk-color-primary);
}

h4 {
h4:where(:not(.wp-block-post-title)) {
padding: 0.5em;
background-color: var(--vk-color-border-hr);
border-radius: var(--vk-size-radius);
}

h5 {
h5:where(:not(.wp-block-post-title)) {
padding-bottom:0.5em;
border-bottom:1px solid var(--vk-color-border-hr)
}
Expand Down
2 changes: 1 addition & 1 deletion _g3/design-skin/origin3/css/editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _g3/design-skin/origin3/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion readme.txt
Expand Up @@ -38,13 +38,15 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

[ G3 ][ Design Bug Fix ][ OriginIII ] Fixed the issue where the OriginIII title design was incorrectly applied to the post title block.

v15.20.1
[ Design Bug Fix ][ G3 ] CSS Rebuild

v15.20.0
[ Design Bug Fix ][ G3 ] Fixed to exclude hover decoration when submitbutton is disabled
[ Design Bug Fix ][ G3 ] Fixed the header layout where the logo link area is wider when the navigation wraps around.
[ Other ][ G3 ] Adjusting the preview mode for the VK Blocks Slider Block.
[ Other ] Adjusting the preview mode for the VK Blocks Slider Block.
[ Other ] Update CSS optimizer 0.2.2

v15.19.1
Expand Down