Skip to content

Commit

Permalink
Merge pull request #156 from moderntribe/feature/MOOSE-99/moose-2.0-dqa
Browse files Browse the repository at this point in the history
[MOOSE-99] Moose 2.0 DQA
  • Loading branch information
GeoffDusome authored Aug 26, 2024
2 parents 698493e + ad49bcd commit 7f3ee05
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wp-content/themes/core/assets/pcss/color/_variables.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* the RGBA value from Figma
* ----------------------------------------------------------------------- */

--color-selection-highlight: #3050e533;
--color-selection-highlight: #3050e54d;

/* -----------------------------------------------------------------------
* Semantic
Expand Down
9 changes: 9 additions & 0 deletions wp-content/themes/core/assets/pcss/media/_mixins.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@
margin-inline-start: 0;
}
}

/* Fix layout issue with resizable container in editor with grid alignment */
:is(body.editor-styles-wrapper) &.aligngrid {

> .components-resizable-box__container {
max-width: 100% !important;
max-height: unset !important;
}
}
}
9 changes: 5 additions & 4 deletions wp-content/themes/core/blocks/core/querypagination/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@

&:hover,
&:focus:not(:focus-visible) {
color: var(--color-royal-blue);
color: var(--color-blue);

.is-arrow-chevron::before,
.is-arrow-arrow::before {
background-color: var(--color-royal-blue);
background-color: var(--color-blue);
}
}

Expand All @@ -84,8 +84,9 @@
width: 100%;
height: 100%;
background-color: var(--color-black);
mask: var(--icon-chevron-left-black) center no-repeat;
mask: var(--icon-chevron-left) center no-repeat;
mask-size: contain;
transition: var(--transition);
}
}
}
Expand All @@ -95,7 +96,7 @@

.is-arrow-chevron::before,
.is-arrow-arrow::before {
mask-image: var(--icon-chevron-right-black);
mask-image: var(--icon-chevron-right);
}
}
}

0 comments on commit 7f3ee05

Please sign in to comment.