@douyinfe/semi-ui 2.28.1 → 2.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/semi.css CHANGED
@@ -16847,7 +16847,7 @@ img[src=""], img:not([src]) {
16847
16847
  z-index: 102;
16848
16848
  }
16849
16849
  .semi-table-header-sticky .semi-table-thead > .semi-table-row > .semi-table-row-head {
16850
- background-color: var(--semi-color-bg-2);
16850
+ background-color: var(--semi-color-bg-1);
16851
16851
  }
16852
16852
  .semi-table-body {
16853
16853
  overflow: auto;
@@ -16864,7 +16864,7 @@ img[src=""], img:not([src]) {
16864
16864
  width: 48px;
16865
16865
  }
16866
16866
  .semi-table-thead > .semi-table-row > .semi-table-row-head {
16867
- background-color: transparent;
16867
+ background-color: var(--semi-color-bg-1);
16868
16868
  color: var(--semi-color-text-2);
16869
16869
  font-weight: 600;
16870
16870
  text-align: left;
@@ -16881,10 +16881,10 @@ img[src=""], img:not([src]) {
16881
16881
  .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left, .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-right {
16882
16882
  z-index: 101;
16883
16883
  position: sticky;
16884
- background-color: var(--semi-color-bg-2);
16884
+ background-color: var(--semi-color-bg-1);
16885
16885
  }
16886
16886
  .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-left::before, .semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-cell-fixed-right::before {
16887
- background-color: transparent;
16887
+ background-color: var(--semi-color-bg-1);
16888
16888
  content: "";
16889
16889
  position: absolute;
16890
16890
  left: 0;
@@ -16961,7 +16961,7 @@ img[src=""], img:not([src]) {
16961
16961
  background-color: var(--semi-color-fill-0);
16962
16962
  }
16963
16963
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-right {
16964
- background-color: var(--semi-color-bg-2);
16964
+ background-color: var(--semi-color-bg-1);
16965
16965
  }
16966
16966
  .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-left::before, .semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell.semi-table-cell-fixed-right::before {
16967
16967
  background-color: var(--semi-color-fill-0);
@@ -16985,6 +16985,7 @@ img[src=""], img:not([src]) {
16985
16985
  box-sizing: border-box;
16986
16986
  position: relative;
16987
16987
  vertical-align: middle;
16988
+ background-color: var(--semi-color-bg-1);
16988
16989
  }
16989
16990
  .semi-table-tbody > .semi-table-row > .semi-table-row-cell.resizing {
16990
16991
  border-right: 2px solid var(--semi-color-primary);
@@ -16995,7 +16996,7 @@ img[src=""], img:not([src]) {
16995
16996
  .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-right {
16996
16997
  z-index: 101;
16997
16998
  position: sticky;
16998
- background-color: var(--semi-color-bg-2);
16999
+ background-color: var(--semi-color-bg-1);
16999
17000
  }
17000
17001
  .semi-table-tbody > .semi-table-row > .semi-table-cell-fixed-left-last {
17001
17002
  border-right: 1px solid var(--semi-color-border);