Skip to content

Commit

Permalink
fix(Section): ensure cornerRadius does work together with dropShadow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored Dec 12, 2023
1 parent b46b1c9 commit e5207a1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ button.dnb-button::-moz-focus-inner {
position: absolute;
inset: 0;
box-shadow: var(--drop-shadow, none);
border-radius: var(--rounded-corner, 0);
}
.dnb-section::after {
content: "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ button.dnb-button::-moz-focus-inner {
position: absolute;
inset: 0;
box-shadow: var(--drop-shadow, none);
border-radius: var(--rounded-corner, 0);
}
.dnb-section::after {
content: "";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ exports[`Section scss has to match style dependencies css 1`] = `
position: absolute;
inset: 0;
box-shadow: var(--drop-shadow, none);
border-radius: var(--rounded-corner, 0);
}
.dnb-section::after {
content: "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
position: absolute;
inset: 0;
box-shadow: var(--drop-shadow, none);
border-radius: var(--rounded-corner, 0);
}

&::after {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ button.dnb-button::-moz-focus-inner {
position: absolute;
inset: 0;
box-shadow: var(--drop-shadow, none);
border-radius: var(--rounded-corner, 0);
}
.dnb-section::after {
content: "";
Expand Down

0 comments on commit e5207a1

Please sign in to comment.