react-autoql 8.0.0-alpha.15 → 8.0.0-alpha.16

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.
Binary file
@@ -1257,6 +1257,21 @@ g.legendOrdinal tspan {
1257
1257
  .axis-selector-content li:hover {
1258
1258
  background: rgba(0, 0, 0, 0.05); }
1259
1259
 
1260
+ .mobile-string-axis-selector-popover-content {
1261
+ display: flex;
1262
+ flex-direction: column;
1263
+ background: var(--react-autoql-background-color-secondary);
1264
+ color: var(--react-autoql-text-color-primary);
1265
+ padding: 5px;
1266
+ z-index: 9999;
1267
+ min-width: 40vw; }
1268
+ .mobile-string-axis-selector-popover-content .string-select-list-item {
1269
+ font-size: 12px;
1270
+ line-height: 28px; }
1271
+ .mobile-string-axis-selector-popover-content .string-select-list-item.active {
1272
+ background: var(--react-autoql-accent-color);
1273
+ color: var(--react-autoql-text-color-accent); }
1274
+
1260
1275
  .string-axis-selector-popover-content {
1261
1276
  display: flex;
1262
1277
  flex-direction: column;
Binary file