@sdata/web-vue 3.3.0 → 3.3.1
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/sd.css
CHANGED
|
@@ -2709,21 +2709,18 @@ body {
|
|
|
2709
2709
|
align-items: center;
|
|
2710
2710
|
min-width: 0;
|
|
2711
2711
|
margin-right: 4px;
|
|
2712
|
-
color: var(--sd-color-text-1);
|
|
2713
2712
|
font-size: 12px;
|
|
2714
2713
|
white-space: pre-wrap;
|
|
2715
2714
|
word-break: break-word;
|
|
2716
2715
|
}
|
|
2717
2716
|
.sd-select-view-multiple .sd-select-view-inner .sd-select-view-tag:not(.sd-tag-custom-color):not(.sd-tag-red):not(.sd-tag-orangered):not(.sd-tag-orange):not(.sd-tag-gold):not(.sd-tag-lime):not(.sd-tag-green):not(.sd-tag-cyan):not(.sd-tag-blue):not(.sd-tag-sdblue):not(.sd-tag-purple):not(.sd-tag-pinkpurple):not(.sd-tag-magenta) {
|
|
2717
|
+
color: var(--sd-color-text-1);
|
|
2718
2718
|
background-color: var(--sd-color-bg-2);
|
|
2719
2719
|
border-color: var(--sd-color-fill-3);
|
|
2720
2720
|
}
|
|
2721
2721
|
.sd-select-view-multiple .sd-select-view-inner .sd-select-view-tag .sd-icon-hover:hover::before {
|
|
2722
2722
|
background-color: var(--sd-color-fill-2);
|
|
2723
2723
|
}
|
|
2724
|
-
.sd-select-view-multiple .sd-select-view-inner .sd-select-view-tag.sd-tag-custom-color {
|
|
2725
|
-
color: var(--sd-color-white);
|
|
2726
|
-
}
|
|
2727
2724
|
.sd-select-view-multiple .sd-select-view-inner .sd-select-view-tag.sd-tag-custom-color .sd-icon-hover.sd-tag-icon-hover:hover::before {
|
|
2728
2725
|
background-color: rgba(255, 255, 255, 0.2);
|
|
2729
2726
|
}
|
|
@@ -11616,21 +11613,18 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
11616
11613
|
align-items: center;
|
|
11617
11614
|
min-width: 0;
|
|
11618
11615
|
margin-right: 4px;
|
|
11619
|
-
color: var(--sd-color-text-1);
|
|
11620
11616
|
font-size: 12px;
|
|
11621
11617
|
white-space: pre-wrap;
|
|
11622
11618
|
word-break: break-word;
|
|
11623
11619
|
}
|
|
11624
11620
|
.sd-input-tag .sd-input-tag-inner .sd-input-tag-tag:not(.sd-tag-custom-color):not(.sd-tag-red):not(.sd-tag-orangered):not(.sd-tag-orange):not(.sd-tag-gold):not(.sd-tag-lime):not(.sd-tag-green):not(.sd-tag-cyan):not(.sd-tag-blue):not(.sd-tag-sdblue):not(.sd-tag-purple):not(.sd-tag-pinkpurple):not(.sd-tag-magenta) {
|
|
11621
|
+
color: var(--sd-color-text-1);
|
|
11625
11622
|
background-color: var(--sd-color-bg-2);
|
|
11626
11623
|
border-color: var(--sd-color-fill-3);
|
|
11627
11624
|
}
|
|
11628
11625
|
.sd-input-tag .sd-input-tag-inner .sd-input-tag-tag .sd-icon-hover:hover::before {
|
|
11629
11626
|
background-color: var(--sd-color-fill-2);
|
|
11630
11627
|
}
|
|
11631
|
-
.sd-input-tag .sd-input-tag-inner .sd-input-tag-tag.sd-tag-custom-color {
|
|
11632
|
-
color: var(--sd-color-white);
|
|
11633
|
-
}
|
|
11634
11628
|
.sd-input-tag .sd-input-tag-inner .sd-input-tag-tag.sd-tag-custom-color .sd-icon-hover.sd-tag-icon-hover:hover::before {
|
|
11635
11629
|
background-color: rgba(255, 255, 255, 0.2);
|
|
11636
11630
|
}
|