Skip to content

Commit

Permalink
Syncing twentytwentyone
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed May 26, 2024
1 parent 481641b commit 6702890
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions themes/twentytwentyone/.stylelintrc-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"number-leading-zero": null,
"no-descending-specificity": null,
"length-zero-no-unit": [true, {"ignore": ["custom-properties"]}],
"shorthand-property-no-redundant-values": true,
"value-keyword-case": ["lower", {
"ignoreKeywords": ["currentColor"]
}]
Expand Down
8 changes: 4 additions & 4 deletions themes/twentytwentyone/assets/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@ dd {
left: 25px;
border-style: solid;
border-color: #28303d transparent;
border-width: 0 7px 10px 7px;
border-width: 0 7px 10px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
Expand Down Expand Up @@ -4830,7 +4830,7 @@ h1.page-title {
.comment-meta .comment-metadata {
color: #28303d;
font-size: 1rem;
padding: 8px 0 9px 0;
padding: 8px 0 9px;
}

.comment-meta .comment-metadata .edit-link {
Expand Down Expand Up @@ -5291,7 +5291,7 @@ h1.page-title {
left: 25px;
border-style: solid;
border-color: #28303d transparent;
border-width: 0 7px 10px 7px;
border-width: 0 7px 10px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
Expand Down Expand Up @@ -5832,7 +5832,7 @@ h1.page-title {
@media only screen and (min-width: 822px) {

.comments-pagination {
margin: 90px auto 120px auto;
margin: 90px auto 120px;
}
}

Expand Down
6 changes: 3 additions & 3 deletions themes/twentytwentyone/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,7 @@ dd {
right: var(--global--spacing-horizontal);
border-style: solid;
border-color: var(--primary-nav--border-color) transparent;
border-width: 0 7px 10px 7px;
border-width: 0 7px 10px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
Expand Down Expand Up @@ -4338,7 +4338,7 @@ h1.page-title {
.comment-meta .comment-metadata {
color: var(--global--color-primary);
font-size: var(--global--font-size-xs);
padding: 8px 0 9px 0;
padding: 8px 0 9px;
}

.comment-meta .comment-metadata .edit-link {
Expand Down Expand Up @@ -4798,7 +4798,7 @@ h1.page-title {
right: var(--global--spacing-horizontal);
border-style: solid;
border-color: var(--primary-nav--border-color) transparent;
border-width: 0 7px 10px 7px;
border-width: 0 7px 10px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
Expand Down
6 changes: 3 additions & 3 deletions themes/twentytwentyone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,7 @@ dd {
left: var(--global--spacing-horizontal);
border-style: solid;
border-color: var(--primary-nav--border-color) transparent;
border-width: 0 7px 10px 7px;
border-width: 0 7px 10px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
Expand Down Expand Up @@ -4358,7 +4358,7 @@ h1.page-title {
.comment-meta .comment-metadata {
color: var(--global--color-primary);
font-size: var(--global--font-size-xs);
padding: 8px 0 9px 0;
padding: 8px 0 9px;
}

.comment-meta .comment-metadata .edit-link {
Expand Down Expand Up @@ -4818,7 +4818,7 @@ h1.page-title {
left: var(--global--spacing-horizontal);
border-style: solid;
border-color: var(--primary-nav--border-color) transparent;
border-width: 0 7px 10px 7px;
border-width: 0 7px 10px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
Expand Down

0 comments on commit 6702890

Please sign in to comment.