@nattstack/ui 0.0.84 → 0.0.85
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.
|
@@ -252,13 +252,14 @@
|
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
.button-module_variant_primary_4nLWdW > * {
|
|
255
|
-
|
|
255
|
+
--opacity: .25;
|
|
256
|
+
filter: drop-shadow(0 1px 1px hsla(0, 0%, 0%, var(--opacity)));
|
|
256
257
|
transition-duration: inherit;
|
|
257
258
|
transition-property: filter;
|
|
258
259
|
}
|
|
259
260
|
|
|
260
261
|
.button-module_variant_primary_4nLWdW:hover:not(:disabled) > * {
|
|
261
|
-
|
|
262
|
+
--opacity: 0;
|
|
262
263
|
}
|
|
263
264
|
|
|
264
265
|
.button-module_variant_secondary_4nLWdW {
|