1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Fix table border styles in default theme

This commit is contained in:
Andrew Kingston 2021-04-09 13:07:22 +01:00
parent 1362778f10
commit f39cbf5630

View file

@ -289,7 +289,7 @@
transition: opacity 0.2s ease;
}
.spectrum,
.container,
th {
border-bottom: 1px solid
var(--spectrum-table-border-color, var(--spectrum-alias-border-color-mid)) !important;
@ -339,7 +339,7 @@
tr:first-child td {
border-top: none !important;
}
.spectrum:not(.quiet) td.spectrum-Table-cell--divider {
.container:not(.quiet) td.spectrum-Table-cell--divider {
width: 1px;
border-right: 1px solid
var(--spectrum-table-border-color, var(--spectrum-alias-border-color-mid)) !important;