Skip to content

Commit

Permalink
Merge pull request #1124 from vektor-inc/fix/originIII-title
Browse files Browse the repository at this point in the history
OriginIIIの見出しデザインが投稿タイトルブロックに反映されてしまう不具合を修正
  • Loading branch information
kurudrive authored Feb 15, 2024
2 parents d240088 + adb457b commit 391ae4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _g3/design-skin/origin3/_scss/_common.scss
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 391ae4b

Please sign in to comment.