@m3ui-vue/m3ui-vue 0.2.2 → 0.2.3
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/styles/theme.css +4 -3
- package/package.json +1 -1
- package/src/styles/theme.css +4 -3
package/dist/styles/theme.css
CHANGED
|
@@ -206,9 +206,10 @@
|
|
|
206
206
|
-webkit-font-smoothing: antialiased;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
@supports selector(::-webkit-scrollbar) {
|
|
210
|
+
* {
|
|
211
|
+
scrollbar-width: none;
|
|
212
|
+
}
|
|
212
213
|
}
|
|
213
214
|
|
|
214
215
|
/* ---------------------------------------------------------------------- */
|
package/package.json
CHANGED
package/src/styles/theme.css
CHANGED
|
@@ -206,9 +206,10 @@
|
|
|
206
206
|
-webkit-font-smoothing: antialiased;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
209
|
+
@supports selector(::-webkit-scrollbar) {
|
|
210
|
+
* {
|
|
211
|
+
scrollbar-width: none;
|
|
212
|
+
}
|
|
212
213
|
}
|
|
213
214
|
|
|
214
215
|
/* ---------------------------------------------------------------------- */
|