Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #365 from Esri/asangma/bg-color-fix-post-364
Browse files Browse the repository at this point in the history
fix(lists): added bg-color rules.
  • Loading branch information
asangma authored Oct 9, 2019
2 parents 71cc1d1 + b361655 commit c6228a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/styles/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $vibrant-blue: $v-bb-120;
--calcite-app-foreground-link: #{$blue};

--calcite-app-background-content: #{$lightest-gray};
--calcite-app-background-clear: transparent;

--calcite-app-border: #{$lighter-gray};
--calcite-app-border-subtle: #{$lightest-gray};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:host {
background-color: var(--calcite-app-background-clear);
display: block;
}

Expand Down
1 change: 1 addition & 0 deletions src/components/calcite-pick-list/calcite-pick-list.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:host {
align-items: stretch;
background-color: var(--calcite-app-background-clear);
display: flex;
flex-flow: column;
padding-bottom: var(--calcite-app-cap-spacing-half);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:host {
background-color: var(--calcite-app-background-clear);
display: block;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/calcite-value-list/calcite-value-list.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:host {
align-items: stretch;
background-color: transparent;
background-color: var(--calcite-app-background-clear);
display: flex;
flex-flow: column;
padding: var(--calcite-app-cap-spacing-half) var(--calcite-app-side-spacing-half);
Expand Down

0 comments on commit c6228a0

Please sign in to comment.