@iamgld/ui 1.20.19 → 1.20.21
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
CHANGED
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
|
|
110
110
|
&:hover {
|
|
111
111
|
background: light-dark(
|
|
112
|
-
var(--gray-transparent--060),
|
|
113
|
-
var(--gray-transparent--040)
|
|
112
|
+
var(--gld-gray-transparent--060),
|
|
113
|
+
var(--gld-gray-transparent--040)
|
|
114
114
|
); // color of the scroll thumb on hover
|
|
115
115
|
}
|
|
116
116
|
}
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
overflow: auto;
|
|
120
120
|
scrollbar-width: thin;
|
|
121
121
|
// color of the scroll thumb, color of the tracking area
|
|
122
|
-
scrollbar-color: light-dark(var(--gray-transparent--040), var(--gray-transparent--020))
|
|
122
|
+
scrollbar-color: light-dark(var(--gld-gray-transparent--040), var(--gld-gray-transparent--020))
|
|
123
123
|
transparent;
|
|
124
124
|
scroll-behavior: smooth;
|
|
125
125
|
}
|