urfu-ui-kit-vanilla 1.1.21 → 1.1.22
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 +10 -5
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -762,7 +762,8 @@ button {
|
|
|
762
762
|
}
|
|
763
763
|
.u-selectbox-options::-webkit-scrollbar-thumb {
|
|
764
764
|
background-clip: content-box;
|
|
765
|
-
border: 2px solid transparent;
|
|
765
|
+
border-right: 2px solid transparent;
|
|
766
|
+
border-left: 2px solid transparent;
|
|
766
767
|
}
|
|
767
768
|
.u-selectbox-option {
|
|
768
769
|
cursor: pointer;
|
|
@@ -800,7 +801,8 @@ button {
|
|
|
800
801
|
}
|
|
801
802
|
.u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select::-webkit-scrollbar-thumb {
|
|
802
803
|
background-clip: content-box;
|
|
803
|
-
border: 2px solid transparent;
|
|
804
|
+
border-right: 2px solid transparent;
|
|
805
|
+
border-left: 2px solid transparent;
|
|
804
806
|
}
|
|
805
807
|
.u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select .u-multiselectbox-select-cross {
|
|
806
808
|
display: none;
|
|
@@ -944,7 +946,8 @@ button {
|
|
|
944
946
|
}
|
|
945
947
|
.u-multiselectbox-select::-webkit-scrollbar-thumb {
|
|
946
948
|
background-clip: content-box;
|
|
947
|
-
border: 2px solid transparent;
|
|
949
|
+
border-right: 2px solid transparent;
|
|
950
|
+
border-left: 2px solid transparent;
|
|
948
951
|
}
|
|
949
952
|
.u-multiselectbox-select-item {
|
|
950
953
|
text-overflow: ellipsis;
|
|
@@ -1042,7 +1045,8 @@ button {
|
|
|
1042
1045
|
}
|
|
1043
1046
|
.u-multiselectbox-options::-webkit-scrollbar-thumb {
|
|
1044
1047
|
background-clip: content-box;
|
|
1045
|
-
border: 2px solid transparent;
|
|
1048
|
+
border-right: 2px solid transparent;
|
|
1049
|
+
border-left: 2px solid transparent;
|
|
1046
1050
|
}
|
|
1047
1051
|
.u-multiselectbox-option {
|
|
1048
1052
|
background-color: #FFFFFF;
|
|
@@ -1287,7 +1291,8 @@ button {
|
|
|
1287
1291
|
}
|
|
1288
1292
|
.u-multiselectbox-simple-options::-webkit-scrollbar-thumb {
|
|
1289
1293
|
background-clip: content-box;
|
|
1290
|
-
border: 2px solid transparent;
|
|
1294
|
+
border-right: 2px solid transparent;
|
|
1295
|
+
border-left: 2px solid transparent;
|
|
1291
1296
|
}
|
|
1292
1297
|
.u-multiselectbox-simple-option {
|
|
1293
1298
|
background-color: #FFFFFF;
|