@semi-bot/semi-theme-hx-pc 1.0.15 → 1.0.17
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/package.json +1 -1
- package/raw.json +4 -1
- package/scss/local.scss +2 -1
- package/semi.css +3 -3
- package/semi.min.css +1 -1
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
},
|
|
751
751
|
"table": {
|
|
752
752
|
"color": {
|
|
753
|
-
"$color-table_cell-bg-hover": "var(--semi-color-bg-
|
|
753
|
+
"$color-table_cell-bg-hover": "var(--semi-color-bg-3)",
|
|
754
754
|
"$color-table_th-bg-default": "var(--semi-color-transparent)",
|
|
755
755
|
"$color-table-border-default": "var(--semi-color-transparent)",
|
|
756
756
|
"$color-table_body-bg-default": "var(--semi-color-transparent)",
|
|
@@ -824,6 +824,9 @@
|
|
|
824
824
|
},
|
|
825
825
|
"radius": {
|
|
826
826
|
"$radius-popover": "2px"
|
|
827
|
+
},
|
|
828
|
+
"spacing": {
|
|
829
|
+
"$spacing-popover_withArrow-padding": "0"
|
|
827
830
|
}
|
|
828
831
|
},
|
|
829
832
|
"timeline": {
|
package/scss/local.scss
CHANGED
|
@@ -17,7 +17,7 @@ $height-input_default: 28px;
|
|
|
17
17
|
$height-input_wrapper_default: 28px;
|
|
18
18
|
$spacing-input-paddingLeft: 8px;
|
|
19
19
|
$spacing-input-paddingRight: 8px;
|
|
20
|
-
$color-table_cell-bg-hover: var(--semi-color-bg-
|
|
20
|
+
$color-table_cell-bg-hover: var(--semi-color-bg-3);
|
|
21
21
|
$color-table_th-bg-default: var(--semi-color-transparent);
|
|
22
22
|
$color-table-border-default: var(--semi-color-transparent);
|
|
23
23
|
$color-table_body-bg-default: var(--semi-color-transparent);
|
|
@@ -61,4 +61,5 @@ $spacing-select_option-paddingBottom: 4px;
|
|
|
61
61
|
$spacing-select_selection-marginLeft: 8px;
|
|
62
62
|
$color-popover-bg-default: var(--semi-color-bg-3);
|
|
63
63
|
$radius-popover: 2px;
|
|
64
|
+
$spacing-popover_withArrow-padding: 0;
|
|
64
65
|
$spacing-timeline_content-marginLeft: 18px;
|
package/semi.css
CHANGED
|
@@ -17421,7 +17421,7 @@ img[src=""], img:not([src]) {
|
|
|
17421
17421
|
position: absolute;
|
|
17422
17422
|
}
|
|
17423
17423
|
.semi-popover-with-arrow {
|
|
17424
|
-
padding:
|
|
17424
|
+
padding: 0;
|
|
17425
17425
|
box-sizing: border-box;
|
|
17426
17426
|
}
|
|
17427
17427
|
.semi-popover-animation-show {
|
|
@@ -21136,7 +21136,7 @@ img[src=""], img:not([src]) {
|
|
|
21136
21136
|
}
|
|
21137
21137
|
.semi-table-thead > .semi-table-row > .semi-table-row-head.semi-table-row-head-clickSort:hover {
|
|
21138
21138
|
background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
|
|
21139
|
-
background-color: var(--semi-color-bg-
|
|
21139
|
+
background-color: var(--semi-color-bg-3);
|
|
21140
21140
|
}
|
|
21141
21141
|
.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 {
|
|
21142
21142
|
z-index: 101;
|
|
@@ -21219,7 +21219,7 @@ img[src=""], img:not([src]) {
|
|
|
21219
21219
|
}
|
|
21220
21220
|
.semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell {
|
|
21221
21221
|
background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
|
|
21222
|
-
background-color: var(--semi-color-bg-
|
|
21222
|
+
background-color: var(--semi-color-bg-3);
|
|
21223
21223
|
}
|
|
21224
21224
|
.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 {
|
|
21225
21225
|
background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
|