@douyinfe/semi-ui 2.39.0-beta.0 → 2.39.0
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 +6 -1
- package/dist/css/semi.min.css +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -3590,7 +3590,6 @@ body {
|
|
|
3590
3590
|
position: relative;
|
|
3591
3591
|
display: flex;
|
|
3592
3592
|
align-items: flex-start;
|
|
3593
|
-
flex-wrap: wrap;
|
|
3594
3593
|
font-size: 14px;
|
|
3595
3594
|
line-height: 20px;
|
|
3596
3595
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
@@ -16715,6 +16714,9 @@ img[src=""], img:not([src]) {
|
|
|
16715
16714
|
.semi-switch-disabled:active {
|
|
16716
16715
|
background-color: transparent;
|
|
16717
16716
|
}
|
|
16717
|
+
.semi-switch-disabled:active .semi-switch-knob {
|
|
16718
|
+
width: 18px;
|
|
16719
|
+
}
|
|
16718
16720
|
.semi-switch-disabled .semi-switch-knob {
|
|
16719
16721
|
cursor: not-allowed;
|
|
16720
16722
|
box-shadow: none;
|
|
@@ -16728,6 +16730,9 @@ img[src=""], img:not([src]) {
|
|
|
16728
16730
|
border-color: transparent;
|
|
16729
16731
|
background-color: var(--semi-color-success-disabled);
|
|
16730
16732
|
}
|
|
16733
|
+
.semi-switch-disabled.semi-switch-checked:active .semi-switch-knob {
|
|
16734
|
+
transform: translateX(18px);
|
|
16735
|
+
}
|
|
16731
16736
|
.semi-switch-disabled.semi-switch-checked .semi-switch-knob {
|
|
16732
16737
|
box-shadow: none;
|
|
16733
16738
|
border: none;
|