Skip to content

Commit

Permalink
feat(Section): add support for backgroundColor=transparent (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored Jan 22, 2024
1 parent 799a910 commit 07e1545
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ button.dnb-button::-moz-focus-inner {
--left: -100vw;
--width: 100vw;
--height: 100%;
--color-transparent: transparent;
color: var(--text-color, black);
border-radius: var(--rounded-corner, 0);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ button.dnb-button::-moz-focus-inner {
--left: -100vw;
--width: 100vw;
--height: 100%;
--color-transparent: transparent;
color: var(--text-color, black);
border-radius: var(--rounded-corner, 0);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports[`Section scss has to match style dependencies css 1`] = `
--left: -100vw;
--width: 100vw;
--height: 100%;
--color-transparent: transparent;
color: var(--text-color, black);
border-radius: var(--rounded-corner, 0);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
--left: -100vw;
--width: 100vw;
--height: 100%;
--color-transparent: transparent;

color: var(--text-color, black);
border-radius: var(--rounded-corner, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ button.dnb-button::-moz-focus-inner {
--left: -100vw;
--width: 100vw;
--height: 100%;
--color-transparent: transparent;
color: var(--text-color, black);
border-radius: var(--rounded-corner, 0);
}
Expand Down

0 comments on commit 07e1545

Please sign in to comment.