@nattstack/ui 0.0.67 → 0.0.68
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.
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
transition-duration: .15s;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.checkbox-
|
|
263
|
+
.checkbox-module_indicator_tQ0i7W[data-checked] {
|
|
264
264
|
opacity: 1;
|
|
265
265
|
}
|
|
266
266
|
|
|
@@ -813,6 +813,7 @@
|
|
|
813
813
|
cursor: pointer;
|
|
814
814
|
outline-color: var(--color-primary-9);
|
|
815
815
|
outline-offset: -4px;
|
|
816
|
+
white-space: nowrap;
|
|
816
817
|
outline-width: 0;
|
|
817
818
|
outline-style: solid;
|
|
818
819
|
flex-shrink: 0;
|
|
@@ -898,6 +899,7 @@
|
|
|
898
899
|
cursor: pointer;
|
|
899
900
|
outline-color: var(--color-primary-9);
|
|
900
901
|
outline-offset: -4px;
|
|
902
|
+
white-space: nowrap;
|
|
901
903
|
border-radius: 10px;
|
|
902
904
|
outline-width: 0;
|
|
903
905
|
outline-style: solid;
|
|
@@ -950,6 +952,7 @@
|
|
|
950
952
|
cursor: pointer;
|
|
951
953
|
outline-color: var(--color-primary-9);
|
|
952
954
|
outline-offset: -2px;
|
|
955
|
+
white-space: nowrap;
|
|
953
956
|
border-radius: 8px;
|
|
954
957
|
outline-width: 0;
|
|
955
958
|
outline-style: solid;
|