@innertia-solutions/nuxt-theme-spark 0.1.137 → 0.1.138

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/spark.css +18 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innertia-solutions/nuxt-theme-spark",
3
- "version": "0.1.137",
3
+ "version": "0.1.138",
4
4
  "description": "Innertia Solutions — Spark theme: backoffice, landing and mobile components and layouts",
5
5
  "keywords": [
6
6
  "nuxt",
package/spark.css CHANGED
@@ -663,6 +663,24 @@
663
663
  scrollbar-gutter: stable;
664
664
  }
665
665
 
666
+ ::-webkit-scrollbar {
667
+ width: 6px;
668
+ height: 6px;
669
+ }
670
+ ::-webkit-scrollbar-track {
671
+ background: var(--scrollbar-track);
672
+ }
673
+ ::-webkit-scrollbar-thumb {
674
+ background: var(--scrollbar-thumb);
675
+ border-radius: 9999px;
676
+ }
677
+ ::-webkit-scrollbar-thumb:hover {
678
+ background: var(--muted-foreground-2);
679
+ }
680
+ ::-webkit-scrollbar-corner {
681
+ background: var(--scrollbar-track);
682
+ }
683
+
666
684
  button:not(:disabled),
667
685
  [role="button"]:not(:disabled) {
668
686
  cursor: pointer;