Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit aed2ca9

Browse files
committed
fix(packages/core): use tighter row spacing for Light tables
Fixes #3104
1 parent 0e3315d commit aed2ca9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/core/web/css/kui-tables.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
/* for Light tables, there is no th background color, thus no need for extra space */
3737
padding-top: 0;
3838
padding-bottom: 0;
39-
font-weight: 300;
39+
font-weight: 400;
4040
color: var(--color-text-02);
4141
text-transform: uppercase;
42+
opacity: 0.75;
4243
}
4344
[kui-theme-style] sidecar .bx--data-table[kui-table-style="Light"] .bx--table-header-label {
4445
color: var(--color-text-inverted02);
@@ -224,7 +225,7 @@ sidecar .bx--data-table.result-table[kui-table-style="Light"] .entity td,
224225
background: none;
225226
}
226227
.bx--data-table.result-table[kui-table-style="Light"] .entity .entity-attributes {
227-
height: 1.5em;
228+
height: 1.25em;
228229
}
229230
.bx--data-table.result-table[kui-table-style="Light"] .entity .entity-attributes,
230231
.bx--data-table.result-table[kui-table-style="Medium"] .entity .entity-attributes {

0 commit comments

Comments
 (0)