Skip to content

Commit

Permalink
fix: minor clients/alternate theme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Aug 19, 2019
1 parent 660c74d commit 2bdb9cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions clients/alternate/theme/css/themes/carbon-gray10.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ body[kui-theme="IBM Light"] {
--color-light-yellow: hsla(46, 99%, 59%, 50%);
}

body[kui-theme="IBM Dark"] .bx--data-table {
font-family: var(--font-sans-serif);
}

/* mono-blue hightlightjs theme */
.hljs {
display: block;
Expand Down
11 changes: 6 additions & 5 deletions clients/alternate/theme/css/themes/carbon-gray90.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ body[kui-theme="IBM Dark"] {

--color-text-02: #bebebe; /**/

--color-table-border1: #9e9fa1;
--color-table-border2: #3d4144;
--color-table-border3: #a5adb4;

--color-sidecar-header: #3d3d3d;
--color-sidecar-background: #171717;
--color-sidecar-border: transparent;
Expand All @@ -63,17 +59,22 @@ body[kui-theme="IBM Dark"] {
}

/* some carbon-overrides */
body[kui-theme="IBM Dark"] .bx--data-table {
font-family: var(--font-sans-serif);
}
body[kui-theme="IBM Dark"] .bx--data-table tr:hover td,
body[kui-theme="IBM Dark"] .bx--data-table tr:hover th {
color: var(--color-text-01);
border-color: var(--color-base02);
background-color: #4c4c4c;
}
body[kui-theme="IBM Dark"] .bx--data-table th {
color: var(--color-base06);
background-color: var(--color-base02); /* ui-03 */
}
body[kui-theme="IBM Dark"] .bx--data-table td {
color: var(--color-text-01);
color: var(--color-text-02); /* lighter text for body, as specified by design */
border-color: var(--color-base02);
background-color: #3d3d3d; /* ui-01 */
}
body[kui-theme="IBM Dark"] .bx--tabs__nav-link {
Expand Down

0 comments on commit 2bdb9cb

Please sign in to comment.