urfu-ui-kit-vanilla 1.0.5 → 1.0.6
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 +2 -2
- package/src/main.less +1 -1
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
* {
|
|
62
62
|
scrollbar-color: #D3D3D3 transparent;
|
|
63
63
|
/*Цвет скролла, цвет ползунка*/
|
|
64
|
-
scrollbar-width:
|
|
64
|
+
scrollbar-width: thin;
|
|
65
65
|
/*Толщина скролла thin, auto*/
|
|
66
66
|
}
|
|
67
67
|
.u-button {
|
|
@@ -1171,6 +1171,6 @@ h5 {
|
|
|
1171
1171
|
* {
|
|
1172
1172
|
scrollbar-color: #D3D3D3 transparent;
|
|
1173
1173
|
/*Цвет скролла, цвет ползунка*/
|
|
1174
|
-
scrollbar-width:
|
|
1174
|
+
scrollbar-width: thin;
|
|
1175
1175
|
/*Толщина скролла thin, auto*/
|
|
1176
1176
|
}
|