urfu-ui-kit-vanilla 1.0.68 → 1.0.69

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +5 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.68",
6
+ "version": "1.0.69",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -67,11 +67,11 @@ button {
67
67
  ::-webkit-scrollbar-button:horizontal:end:increment {
68
68
  display: none;
69
69
  }
70
- * {
71
- scrollbar-color: #D3D3D3 transparent;
72
- /*Цвет скролла, цвет ползунка*/
73
- scrollbar-width: thin;
74
- /*Толщина скролла thin, auto*/
70
+ @-moz-document url-prefix() {
71
+ * {
72
+ scrollbar-width: thin;
73
+ scrollbar-color: red;
74
+ }
75
75
  }
76
76
  @font-face {
77
77
  font-family: 'Open Sans';