Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-3
  • Loading branch information
kennylam authored Dec 14, 2023
2 parents dcc6948 + bf37dea commit e5f3b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$icon-size: to-rem(20px);

:host(#{$c4d-prefix}-expressive-modal) {
@extend .#{$prefix}--modal;
@extend .#{$prefix}--modal !optional;

.#{$prefix}--modal-container {
grid-template-rows: 1fr;
Expand Down Expand Up @@ -58,7 +58,7 @@
}

:host(#{$c4d-prefix}-expressive-modal[open]) {
@extend .#{$prefix}--modal;
@extend .#{$prefix}--modal !optional;

opacity: 1;
transition: opacity $duration-moderate-02 motion(entrance, expressive),
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/quote/_quote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
}

:host(#{$c4d-prefix}-quote-link-with-icon) {
@extend .#{$prefix}--link-with-icon;
@extend .#{$c4d-prefix}--link-with-icon !optional;

display: inline-block;
}
Expand Down

0 comments on commit e5f3b07

Please sign in to comment.