@nattstack/ui 0.0.57 → 0.0.59
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/components/style.css +10 -8
- package/package.json +1 -1
|
@@ -956,7 +956,6 @@
|
|
|
956
956
|
padding: 12px !important;
|
|
957
957
|
}
|
|
958
958
|
.tooltip-popup-module_tooltip_popup_Yvko7q {
|
|
959
|
-
--scale: .975;
|
|
960
959
|
background-color: var(--color-gray-dark-1);
|
|
961
960
|
color: var(--color-gray-dark-12);
|
|
962
961
|
transform-origin: var(--transform-origin);
|
|
@@ -964,18 +963,21 @@
|
|
|
964
963
|
padding: 4px 8px;
|
|
965
964
|
font-size: 13px;
|
|
966
965
|
font-weight: 500;
|
|
967
|
-
transition
|
|
968
|
-
transition-duration: .15s;
|
|
966
|
+
transition: opacity .15s, scale .15s;
|
|
969
967
|
box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
|
|
970
968
|
}
|
|
971
969
|
|
|
972
|
-
.tooltip-popup-module_tooltip_popup_portal_Yvko7q {
|
|
973
|
-
z-index: 50;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
970
|
.tooltip-popup-module_tooltip_popup_Yvko7q[data-ending-style], .tooltip-popup-module_tooltip_popup_Yvko7q[data-starting-style] {
|
|
977
971
|
opacity: 0;
|
|
978
|
-
scale:
|
|
972
|
+
scale: .975;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.tooltip-popup-module_tooltip_popup_Yvko7q[data-instant] {
|
|
976
|
+
transition: none;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.tooltip-popup-module_tooltip_popup_portal_Yvko7q {
|
|
980
|
+
z-index: 50;
|
|
979
981
|
}
|
|
980
982
|
|
|
981
983
|
.dark .tooltip-popup-module_tooltip_popup_Yvko7q {
|