@nattstack/ui 0.0.58 → 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.
|
@@ -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,24 +963,23 @@
|
|
|
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
|
|
|
970
|
+
.tooltip-popup-module_tooltip_popup_Yvko7q[data-ending-style], .tooltip-popup-module_tooltip_popup_Yvko7q[data-starting-style] {
|
|
971
|
+
opacity: 0;
|
|
972
|
+
scale: .975;
|
|
973
|
+
}
|
|
974
|
+
|
|
972
975
|
.tooltip-popup-module_tooltip_popup_Yvko7q[data-instant] {
|
|
973
|
-
transition
|
|
976
|
+
transition: none;
|
|
974
977
|
}
|
|
975
978
|
|
|
976
979
|
.tooltip-popup-module_tooltip_popup_portal_Yvko7q {
|
|
977
980
|
z-index: 50;
|
|
978
981
|
}
|
|
979
982
|
|
|
980
|
-
.tooltip-popup-module_tooltip_popup_Yvko7q[data-ending-style], .tooltip-popup-module_tooltip_popup_Yvko7q[data-starting-style] {
|
|
981
|
-
opacity: 0;
|
|
982
|
-
scale: var(--scale);
|
|
983
|
-
}
|
|
984
|
-
|
|
985
983
|
.dark .tooltip-popup-module_tooltip_popup_Yvko7q {
|
|
986
984
|
background-color: var(--color-gray-light-1);
|
|
987
985
|
color: var(--color-gray-light-12);
|