urfu-ui-kit-vanilla 1.1.21 → 1.1.23
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/src/main.css +5 -0
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -761,6 +761,7 @@ button {
|
|
|
761
761
|
width: calc(clamp(7px, 0.01vw, 16px) + 3px);
|
|
762
762
|
}
|
|
763
763
|
.u-selectbox-options::-webkit-scrollbar-thumb {
|
|
764
|
+
height: calc(clamp(7px, 0.01vh, 16px) + 3px);
|
|
764
765
|
background-clip: content-box;
|
|
765
766
|
border: 2px solid transparent;
|
|
766
767
|
}
|
|
@@ -799,6 +800,7 @@ button {
|
|
|
799
800
|
width: calc(clamp(7px, 0.01vw, 16px) + 3px);
|
|
800
801
|
}
|
|
801
802
|
.u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select::-webkit-scrollbar-thumb {
|
|
803
|
+
height: calc(clamp(7px, 0.01vh, 16px) + 3px);
|
|
802
804
|
background-clip: content-box;
|
|
803
805
|
border: 2px solid transparent;
|
|
804
806
|
}
|
|
@@ -943,6 +945,7 @@ button {
|
|
|
943
945
|
width: calc(clamp(7px, 0.01vw, 16px) + 3px);
|
|
944
946
|
}
|
|
945
947
|
.u-multiselectbox-select::-webkit-scrollbar-thumb {
|
|
948
|
+
height: calc(clamp(7px, 0.01vh, 16px) + 3px);
|
|
946
949
|
background-clip: content-box;
|
|
947
950
|
border: 2px solid transparent;
|
|
948
951
|
}
|
|
@@ -1041,6 +1044,7 @@ button {
|
|
|
1041
1044
|
width: calc(clamp(7px, 0.01vw, 16px) + 3px);
|
|
1042
1045
|
}
|
|
1043
1046
|
.u-multiselectbox-options::-webkit-scrollbar-thumb {
|
|
1047
|
+
height: calc(clamp(7px, 0.01vh, 16px) + 3px);
|
|
1044
1048
|
background-clip: content-box;
|
|
1045
1049
|
border: 2px solid transparent;
|
|
1046
1050
|
}
|
|
@@ -1286,6 +1290,7 @@ button {
|
|
|
1286
1290
|
width: calc(clamp(7px, 0.01vw, 16px) + 3px);
|
|
1287
1291
|
}
|
|
1288
1292
|
.u-multiselectbox-simple-options::-webkit-scrollbar-thumb {
|
|
1293
|
+
height: calc(clamp(7px, 0.01vh, 16px) + 3px);
|
|
1289
1294
|
background-clip: content-box;
|
|
1290
1295
|
border: 2px solid transparent;
|
|
1291
1296
|
}
|