Skip to content

Commit

Permalink
fix(plugins/plugin-carbon-themes): regression in status stripe border…
Browse files Browse the repository at this point in the history
…s for carbon themes

Fixes #5009
  • Loading branch information
starpit committed Jun 26, 2020
1 parent 5778a93 commit fdbd979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/plugin-carbon-themes/web/scss/colors.scss
Expand Up @@ -67,6 +67,8 @@
--color-light-red: #ffd7d9;
--color-light-green: hsla(143, 73%, 43%, 50%);
--color-light-yellow: hsla(46, 99%, 59%, 50%);

--color-table-border3: var(--color-base03);
}

@mixin colors-light {
Expand Down
1 change: 0 additions & 1 deletion plugins/plugin-carbon-themes/web/scss/inverted.scss
Expand Up @@ -55,6 +55,5 @@

--color-table-border1: rgba(255, 255, 255, 0.35);
--color-table-border2: rgba(255, 255, 255, 0.5);
--color-table-border3: var(--color-ui-04);
}
}

0 comments on commit fdbd979

Please sign in to comment.