sccoreui 6.3.55 → 6.3.56
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/App.scss +19 -19
- package/dist/assets/sccoreui.css +2 -2
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -1282,11 +1282,11 @@ button[aria-expanded="true"] {
|
|
|
1282
1282
|
line-height: 38px !important;
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
1285
|
-
.p-multiselect-token-label {
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
}
|
|
1285
|
+
// .p-multiselect-token-label {
|
|
1286
|
+
// width: 60px;
|
|
1287
|
+
// overflow: hidden;
|
|
1288
|
+
// text-overflow: ellipsis;
|
|
1289
|
+
// }
|
|
1290
1290
|
}
|
|
1291
1291
|
|
|
1292
1292
|
.sc_multiSelect.noShowSelectedCount {
|
|
@@ -1295,13 +1295,13 @@ button[aria-expanded="true"] {
|
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
1297
|
|
|
1298
|
-
.sc_multiSelect.hideChipremoveIcon {
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
}
|
|
1298
|
+
// .sc_multiSelect.hideChipremoveIcon {
|
|
1299
|
+
// .p-multiselect-token {
|
|
1300
|
+
// svg {
|
|
1301
|
+
// display: none;
|
|
1302
|
+
// }
|
|
1303
|
+
// }
|
|
1304
|
+
// }
|
|
1305
1305
|
|
|
1306
1306
|
.sc_icon_hover {
|
|
1307
1307
|
&:hover {
|
|
@@ -2281,13 +2281,13 @@ button[aria-expanded="true"] {
|
|
|
2281
2281
|
}
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
.sc_multiSelect.hideChipremoveIcon {
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
}
|
|
2284
|
+
// .sc_multiSelect.hideChipremoveIcon {
|
|
2285
|
+
// .p-multiselect-token {
|
|
2286
|
+
// svg {
|
|
2287
|
+
// display: none;
|
|
2288
|
+
// }
|
|
2289
|
+
// }
|
|
2290
|
+
// }
|
|
2291
2291
|
|
|
2292
2292
|
.sc_multiSelect_panel {
|
|
2293
2293
|
.p-multiselect-items {
|
package/dist/assets/sccoreui.css
CHANGED
|
@@ -8936,7 +8936,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
|
8936
8936
|
0px 0px 0px 2px var(--gray-100);
|
|
8937
8937
|
}
|
|
8938
8938
|
|
|
8939
|
-
.sc_multiSelect.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable
|
|
8939
|
+
/* .sc_multiSelect.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable
|
|
8940
8940
|
.p-multiselect-label {
|
|
8941
8941
|
padding-right: 3.8rem !important;
|
|
8942
|
-
}
|
|
8942
|
+
} */
|