@gooddata/sdk-ui-filters 11.43.0-alpha.4 → 11.43.0

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.
Files changed (31) hide show
  1. package/esm/DateFilter/DateFilter.js +1 -1
  2. package/package.json +13 -14
  3. package/styles/css/attributeFilter.css +14 -655
  4. package/styles/css/attributeFilter.css.map +1 -1
  5. package/styles/css/attributeFilterNext/attributeFilter.css +14 -655
  6. package/styles/css/attributeFilterNext/attributeFilter.css.map +1 -1
  7. package/styles/css/attributeFilterNext/attributeFilterAddons.css +14 -655
  8. package/styles/css/attributeFilterNext/attributeFilterAddons.css.map +1 -1
  9. package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css +14 -655
  10. package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css.map +1 -1
  11. package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css +14 -655
  12. package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css.map +1 -1
  13. package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css +14 -655
  14. package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css.map +1 -1
  15. package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css +14 -655
  16. package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css.map +1 -1
  17. package/styles/css/attributeFilterNext/attributeFilterStatusBar.css +14 -655
  18. package/styles/css/attributeFilterNext/attributeFilterStatusBar.css.map +1 -1
  19. package/styles/css/attributeFilterNext.css +14 -655
  20. package/styles/css/attributeFilterNext.css.map +1 -1
  21. package/styles/css/components/DateFilterBody.css +0 -3
  22. package/styles/css/components/DateFilterBody.css.map +1 -1
  23. package/styles/css/dateFilter.css +14 -658
  24. package/styles/css/dateFilter.css.map +1 -1
  25. package/styles/css/filterGroup.css +2 -2
  26. package/styles/css/main.css +16 -660
  27. package/styles/css/main.css.map +1 -1
  28. package/styles/scss/attributeFilter.scss +0 -1
  29. package/styles/scss/attributeFilterNext/_attributeFilterVariables.scss +0 -1
  30. package/styles/scss/components/DateFilterBody.scss +0 -4
  31. package/styles/scss/filterGroup.scss +1 -1
@@ -252,615 +252,6 @@ input[type=search]::-webkit-search-cancel-button {
252
252
  }
253
253
  }
254
254
 
255
- /**
256
- * Copyright Schrodinger, LLC
257
- * All rights reserved.
258
- *
259
- * This source code is licensed under the BSD-style license found in the
260
- * LICENSE file in the root directory of this source tree. An additional grant
261
- * of patent rights can be found in the PATENTS file in the same directory.
262
- *
263
- * @providesModule Scrollbar
264
- *
265
- */
266
- /**
267
- * Scrollbars.
268
- */
269
- /* Touching the scroll-track directly makes the scroll-track bolder */
270
- .public_Scrollbar_main.public_Scrollbar_mainActive,
271
- .public_Scrollbar_main {
272
- background-color: #fff;
273
- border-left: 1px solid #d3d3d3;
274
- }
275
-
276
- .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,
277
- .fixedDataTable_isRTL .public_Scrollbar_main {
278
- border-right: 1px solid #d3d3d3;
279
- border-left-width: 0;
280
- }
281
-
282
- .public_Scrollbar_mainOpaque,
283
- .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
284
- .public_Scrollbar_mainOpaque:hover {
285
- background-color: #fff;
286
- }
287
-
288
- .public_Scrollbar_face:after {
289
- background-color: #c2c2c2;
290
- }
291
-
292
- .public_Scrollbar_main:hover .public_Scrollbar_face:after,
293
- .public_Scrollbar_mainActive .public_Scrollbar_face:after,
294
- .public_Scrollbar_faceActive:after {
295
- background-color: #7d7d7d;
296
- }
297
-
298
- /**
299
- * Copyright Schrodinger, LLC
300
- * All rights reserved.
301
- *
302
- * This source code is licensed under the BSD-style license found in the
303
- * LICENSE file in the root directory of this source tree. An additional grant
304
- * of patent rights can be found in the PATENTS file in the same directory.
305
- *
306
- * @providesModule fixedDataTable
307
- *
308
- */
309
- /**
310
- * Table.
311
- */
312
- .public_fixedDataTable_main {
313
- border-color: #d3d3d3;
314
- }
315
-
316
- .public_fixedDataTable_header,
317
- .public_fixedDataTable_hasBottomBorder {
318
- border-color: #d3d3d3;
319
- }
320
-
321
- .public_fixedDataTable_header .public_fixedDataTableCell_main {
322
- font-weight: bold;
323
- }
324
-
325
- .public_fixedDataTable_header,
326
- .public_fixedDataTable_scrollbarSpacer,
327
- .public_fixedDataTable_header .public_fixedDataTableCell_main {
328
- background-color: #f6f7f8;
329
- background-image: linear-gradient(#fff, #efefef);
330
- }
331
-
332
- .public_fixedDataTable_scrollbarSpacer {
333
- position: absolute;
334
- z-index: 99;
335
- top: 0;
336
- }
337
-
338
- .public_fixedDataTable_footer .public_fixedDataTableCell_main {
339
- background-color: #f6f7f8;
340
- border-color: #d3d3d3;
341
- }
342
-
343
- .public_fixedDataTable_topShadow {
344
- background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
345
- }
346
-
347
- .public_fixedDataTable_bottomShadow {
348
- background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
349
- }
350
-
351
- .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
352
- background-color: #fff;
353
- }
354
-
355
- /**
356
- * Column reorder goodies.
357
- */
358
- .fixedDataTableCellLayout_columnReorderContainer {
359
- border-color: #0284ff;
360
- background-color: rgba(0, 0, 0, 0.1);
361
- width: 12px;
362
- margin-right: -12px;
363
- float: left;
364
- cursor: move;
365
- }
366
-
367
- .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer {
368
- margin-right: auto;
369
- margin-left: -12px;
370
- float: right;
371
- }
372
-
373
- .fixedDataTableCellLayout_columnReorderContainer:after {
374
- content: "::";
375
- position: absolute;
376
- top: 50%;
377
- left: 1px;
378
- transform: translateY(-50%);
379
- }
380
-
381
- .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after {
382
- left: auto;
383
- right: 1px;
384
- }
385
-
386
- /**
387
- * Copyright Schrodinger, LLC
388
- * All rights reserved.
389
- *
390
- * This source code is licensed under the BSD-style license found in the
391
- * LICENSE file in the root directory of this source tree. An additional grant
392
- * of patent rights can be found in the PATENTS file in the same directory.
393
- *
394
- * @providesModule fixedDataTableRow
395
- */
396
- /**
397
- * Table row.
398
- */
399
- .public_fixedDataTableRow_main {
400
- background-color: #fff;
401
- }
402
-
403
- .public_fixedDataTableRow_highlighted,
404
- .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
405
- background-color: #f6f7f8;
406
- }
407
-
408
- .public_fixedDataTableRow_fixedColumnsDivider {
409
- border-color: #d3d3d3;
410
- }
411
-
412
- .public_fixedDataTableRow_columnsShadow {
413
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
414
- }
415
-
416
- .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow {
417
- background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
418
- }
419
-
420
- .public_fixedDataTableRow_columnsRightShadow {
421
- transform: rotate(180deg);
422
- }
423
-
424
- /**
425
- * Copyright Schrodinger, LLC
426
- * All rights reserved.
427
- *
428
- * This source code is licensed under the BSD-style license found in the
429
- * LICENSE file in the root directory of this source tree. An additional grant
430
- * of patent rights can be found in the PATENTS file in the same directory.
431
- *
432
- * @providesModule fixedDataTableColumnResizerLine
433
- *
434
- */
435
- /**
436
- * Column resizer line.
437
- */
438
- .public_fixedDataTableColumnResizerLine_main {
439
- border-color: #0284ff;
440
- width: 1px;
441
- }
442
-
443
- /**
444
- * Copyright Schrodinger, LLC
445
- * All rights reserved.
446
- *
447
- * This source code is licensed under the BSD-style license found in the
448
- * LICENSE file in the root directory of this source tree. An additional grant
449
- * of patent rights can be found in the PATENTS file in the same directory.
450
- *
451
- * @providesModule ScrollbarLayout
452
- */
453
- .ScrollbarLayout_main {
454
- box-sizing: border-box;
455
- outline: none;
456
- overflow: hidden;
457
- position: absolute;
458
- -webkit-user-select: none;
459
- -moz-user-select: none;
460
- -ms-user-select: none;
461
- user-select: none;
462
- }
463
-
464
- .ScrollbarLayout_mainVertical {
465
- bottom: 0;
466
- right: 0;
467
- top: 0;
468
- width: 15px;
469
- }
470
-
471
- .ScrollbarLayout_mainHorizontal {
472
- height: 15px;
473
- left: 0;
474
- }
475
-
476
- .ScrollbarLayout_face {
477
- left: 0;
478
- overflow: hidden;
479
- position: absolute;
480
- z-index: 1;
481
- /* keep the thumb aligned to the center */
482
- display: flex;
483
- justify-content: center;
484
- align-items: center;
485
- }
486
-
487
- /**
488
- * This selector renders the "nub" of the scrollface. The nub must
489
- * be rendered as pseudo-element so that it won't receive any UI events then
490
- * we can get the correct `event.offsetX` and `event.offsetY` from the
491
- * scrollface element while dragging it.
492
- */
493
- .ScrollbarLayout_face:after {
494
- border-radius: 6px;
495
- content: "";
496
- display: block;
497
- position: absolute;
498
- transition-duration: 250ms;
499
- transition-timing-function: ease;
500
- transition-property: background-color, height, width;
501
- }
502
-
503
- .ScrollbarLayout_faceHorizontal {
504
- bottom: 0;
505
- left: 0;
506
- top: 0;
507
- }
508
-
509
- .ScrollbarLayout_faceHorizontal:after {
510
- width: 100%;
511
- height: calc(100% - 8px);
512
- }
513
-
514
- .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,
515
- .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after {
516
- right: 0;
517
- left: auto;
518
- }
519
-
520
- /* expand horizontal scrollbar face when active */
521
- .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,
522
- .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after {
523
- height: calc(100% - 4px);
524
- }
525
-
526
- .ScrollbarLayout_faceVertical {
527
- left: 0;
528
- right: 0;
529
- top: 0;
530
- }
531
-
532
- .ScrollbarLayout_faceVertical:after {
533
- height: 100%;
534
- width: calc(100% - 8px);
535
- }
536
-
537
- /* expand veritcal scrollbar face when active */
538
- .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,
539
- .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after {
540
- width: calc(100% - 4px);
541
- }
542
-
543
- /**
544
- * Copyright Schrodinger, LLC
545
- * All rights reserved.
546
- *
547
- * This source code is licensed under the BSD-style license found in the
548
- * LICENSE file in the root directory of this source tree. An additional grant
549
- * of patent rights can be found in the PATENTS file in the same directory.
550
- *
551
- * @providesModule fixedDataTableCellLayout
552
- */
553
- .fixedDataTableCellLayout_main {
554
- border-right-style: solid;
555
- border-right-width: 1px;
556
- border-width: 0 1px 0 0;
557
- box-sizing: border-box;
558
- display: block;
559
- overflow: hidden;
560
- position: absolute;
561
- white-space: normal;
562
- }
563
-
564
- .fixedDataTable_isRTL .fixedDataTableCellLayout_main {
565
- border-right-width: 0;
566
- border-left-style: solid;
567
- border-left-width: 1px;
568
- }
569
-
570
- .fixedDataTableCellLayout_lastChild {
571
- border-width: 0 1px 1px 0;
572
- }
573
-
574
- .fixedDataTableCellLayout_alignRight {
575
- text-align: right;
576
- }
577
-
578
- .fixedDataTableCellLayout_alignCenter {
579
- text-align: center;
580
- }
581
-
582
- .fixedDataTableCellLayout_wrap {
583
- display: table-cell;
584
- vertical-align: middle;
585
- box-sizing: border-box;
586
- }
587
-
588
- .fixedDataTableCellLayout_wrap1 {
589
- display: table;
590
- }
591
-
592
- .fixedDataTableCellLayout_wrap2 {
593
- display: table-row;
594
- }
595
-
596
- .fixedDataTableCellLayout_wrap3 {
597
- display: table-cell;
598
- vertical-align: middle;
599
- }
600
-
601
- .fixedDataTableCellLayout_columnResizerContainer {
602
- position: absolute;
603
- right: 0px;
604
- width: 6px;
605
- z-index: 1;
606
- }
607
-
608
- .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer {
609
- left: 0px;
610
- right: auto;
611
- }
612
-
613
- .fixedDataTableCellLayout_columnResizerContainer:hover {
614
- cursor: ew-resize;
615
- background-color: #0284ff;
616
- }
617
-
618
- /**
619
- * Copyright Schrodinger, LLC
620
- * All rights reserved.
621
- *
622
- * This source code is licensed under the BSD-style license found in the
623
- * LICENSE file in the root directory of this source tree. An additional grant
624
- * of patent rights can be found in the PATENTS file in the same directory.
625
- *
626
- * @providesModule fixedDataTableCellGroupLayout
627
- */
628
- .fixedDataTableCellGroupLayout_cellGroup {
629
- -webkit-backface-visibility: hidden;
630
- backface-visibility: hidden;
631
- left: 0;
632
- overflow: hidden;
633
- position: absolute;
634
- top: 0;
635
- white-space: nowrap;
636
- }
637
-
638
- .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup {
639
- right: 0;
640
- left: auto;
641
- }
642
-
643
- .fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
644
- display: inline-block;
645
- vertical-align: top;
646
- white-space: normal;
647
- }
648
-
649
- .fixedDataTableCellGroupLayout_cellGroupWrapper {
650
- position: absolute;
651
- top: 0;
652
- }
653
-
654
- /**
655
- * Copyright Schrodinger, LLC
656
- * All rights reserved.
657
- *
658
- * This source code is licensed under the BSD-style license found in the
659
- * LICENSE file in the root directory of this source tree. An additional grant
660
- * of patent rights can be found in the PATENTS file in the same directory.
661
- *
662
- * @providesModule fixedDataTableColumnResizerLineLayout
663
- */
664
- .fixedDataTableColumnResizerLineLayout_mouseArea {
665
- cursor: ew-resize;
666
- position: absolute;
667
- right: -5px;
668
- width: 12px;
669
- }
670
-
671
- .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea {
672
- right: auto;
673
- left: -5px;
674
- }
675
-
676
- .fixedDataTableColumnResizerLineLayout_main {
677
- border-right-style: solid;
678
- border-right-width: 1px;
679
- box-sizing: border-box;
680
- position: absolute;
681
- z-index: 100;
682
- pointer-events: none;
683
- }
684
-
685
- .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main {
686
- border-right-width: 0;
687
- border-left-style: solid;
688
- border-left-width: 1px;
689
- }
690
-
691
- /**
692
- * Copyright Schrodinger, LLC
693
- * All rights reserved.
694
- *
695
- * This source code is licensed under the BSD-style license found in the
696
- * LICENSE file in the root directory of this source tree. An additional grant
697
- * of patent rights can be found in the PATENTS file in the same directory.
698
- *
699
- * @providesModule fixedDataTableLayout
700
- */
701
- .fixedDataTableLayout_main {
702
- border-style: solid;
703
- border-width: 1px;
704
- box-sizing: border-box;
705
- overflow: hidden;
706
- position: relative;
707
- }
708
-
709
- .fixedDataTableLayout_header,
710
- .fixedDataTableLayout_hasBottomBorder {
711
- border-bottom-style: solid;
712
- border-bottom-width: 1px;
713
- }
714
-
715
- .fixedDataTableLayout_footer .public_fixedDataTableCell_main {
716
- border-top-style: solid;
717
- border-top-width: 1px;
718
- }
719
-
720
- .fixedDataTableLayout_topShadow,
721
- .fixedDataTableLayout_bottomShadow {
722
- height: 4px;
723
- left: 0;
724
- position: absolute;
725
- right: 0;
726
- z-index: 1;
727
- }
728
-
729
- .fixedDataTableLayout_bottomShadow {
730
- margin-top: -4px;
731
- }
732
-
733
- .fixedDataTableLayout_rowsContainer {
734
- overflow: hidden;
735
- position: relative;
736
- }
737
-
738
- /**
739
- * Copyright Schrodinger, LLC
740
- * All rights reserved.
741
- *
742
- * This source code is licensed under the BSD-style license found in the
743
- * LICENSE file in the root directory of this source tree. An additional grant
744
- * of patent rights can be found in the PATENTS file in the same directory.
745
- *
746
- * @providesModule fixedDataTableRowLayout
747
- */
748
- .fixedDataTableRowLayout_main {
749
- box-sizing: border-box;
750
- overflow: hidden;
751
- position: absolute;
752
- top: 0;
753
- }
754
-
755
- .fixedDataTableRowLayout_body {
756
- left: 0;
757
- right: 0;
758
- position: absolute;
759
- top: 0;
760
- }
761
-
762
- .fixedDataTableRowLayout_rowExpanded {
763
- box-sizing: border-box;
764
- left: 0;
765
- position: absolute;
766
- }
767
-
768
- .fixedDataTableRowLayout_fixedColumnsDivider {
769
- -webkit-backface-visibility: hidden;
770
- backface-visibility: hidden;
771
- border-left-style: solid;
772
- border-left-width: 1px;
773
- left: 0;
774
- position: absolute;
775
- top: 0;
776
- width: 0;
777
- }
778
-
779
- .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider {
780
- border-left-width: 0;
781
- border-right-style: solid;
782
- border-right-width: 1px;
783
- }
784
-
785
- .fixedDataTableRowLayout_columnsShadow {
786
- position: absolute;
787
- width: 4px;
788
- }
789
-
790
- .fixedDataTableRowLayout_columnsRightShadow {
791
- right: 1px;
792
- }
793
-
794
- .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow {
795
- left: 1px;
796
- right: auto;
797
- }
798
-
799
- .fixedDataTableRowLayout_rowWrapper {
800
- position: absolute;
801
- top: 0;
802
- }
803
-
804
- /**
805
- * Copyright Schrodinger, LLC
806
- * All rights reserved.
807
- *
808
- * This source code is licensed under the BSD-style license found in the
809
- * LICENSE file in the root directory of this source tree. An additional grant
810
- * of patent rights can be found in the PATENTS file in the same directory.
811
- *
812
- * @providesModule fixedDataTableCell
813
- */
814
- /**
815
- * Table cell.
816
- */
817
- .public_fixedDataTableCell_main {
818
- background-color: #fff;
819
- border-color: #d3d3d3;
820
- }
821
-
822
- .public_fixedDataTableCell_highlighted {
823
- background-color: #f4f4f4;
824
- }
825
-
826
- .public_fixedDataTableCell_cellContent {
827
- padding: 8px;
828
- }
829
-
830
- .public_fixedDataTableCell_columnResizerKnob {
831
- background-color: #0284ff;
832
- }
833
-
834
- .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
835
- margin-left: 12px;
836
- }
837
-
838
- .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
839
- padding-left: 20px;
840
- }
841
-
842
- .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
843
- margin-left: auto;
844
- margin-right: 12px;
845
- }
846
-
847
- .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
848
- padding-right: 20px;
849
- }
850
-
851
- .public_fixedDataTableCell_reordering {
852
- z-index: 2;
853
- }
854
-
855
- .public_fixedDataTableCell_resizeReorderCellContainer {
856
- position: fixed;
857
- background-color: #f6f7f8;
858
- background-image: linear-gradient(#fff, #efefef);
859
- border-color: #d3d3d3;
860
- border-right-style: solid;
861
- border-right-width: 1px;
862
- }
863
-
864
255
  /* 0, 640px */
865
256
  /* 641px, 1024px */
866
257
  /* 1025px, 1440px */
@@ -1819,62 +1210,30 @@ button.gd-list-item {
1819
1210
  margin-left: 8px;
1820
1211
  }
1821
1212
 
1822
- .gd-infinite-list .fixedDataTableLayout_topShadow,
1823
- .gd-infinite-list .fixedDataTableLayout_bottomShadow {
1824
- display: none;
1825
- }
1826
- .gd-infinite-list .public_fixedDataTable_main,
1827
- .gd-infinite-list .fixedDataTableCellLayout_main,
1828
- .gd-infinite-list .fixedDataTableRowLayout_main {
1829
- border: none;
1830
- }
1831
- .gd-infinite-list .public_fixedDataTable_main:focus-visible {
1832
- outline: revert;
1833
- }
1834
- .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
1835
- border-color: transparent;
1836
- }
1837
- .gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_mainActive {
1838
- background-color: transparent;
1213
+ .gd-infinite-list .gd-infinite-list-scroll-container {
1214
+ overflow-x: hidden;
1215
+ overflow-y: auto;
1216
+ overscroll-behavior: contain;
1839
1217
  }
1840
- .gd-infinite-list .public_Scrollbar_main:hover .public_Scrollbar_face::after, .gd-infinite-list .public_Scrollbar_mainActive .public_Scrollbar_face::after {
1841
- background-color: var(--gd-palette-complementary-5, #b0beca);
1218
+ .gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
1219
+ -webkit-appearance: none;
1220
+ appearance: none;
1221
+ width: 6px;
1842
1222
  }
1843
- .gd-infinite-list .public_Scrollbar_face::after {
1223
+ .gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
1224
+ border-radius: 3px;
1844
1225
  background-color: rgba(176, 190, 202, 0.3);
1845
1226
  }
1846
- .gd-infinite-list .public_Scrollbar_faceActive::after {
1227
+ .gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
1847
1228
  background-color: var(--gd-palette-complementary-5, #b0beca);
1848
1229
  }
1849
- .gd-infinite-list .public_fixedDataTable_header,
1850
- .gd-infinite-list .public_fixedDataTable_header .public_fixedDataTableCell_main,
1851
- .gd-infinite-list .public_fixedDataTable_scrollbarSpacer {
1852
- background: none;
1853
- }
1854
- .gd-infinite-list .public_fixedDataTableRow_main,
1855
- .gd-infinite-list .public_fixedDataTableCell_main,
1856
- .gd-infinite-list .public_fixedDataTableRow_highlighted,
1857
- .gd-infinite-list .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
1858
- background-color: transparent;
1230
+ .gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
1231
+ outline: revert;
1859
1232
  }
1860
- .gd-infinite-list .public_fixedDataTableCell_cellContent {
1861
- padding: 0;
1233
+ .gd-infinite-list .gd-infinite-list-item {
1862
1234
  white-space: nowrap;
1863
1235
  color: var(--gd-palette-complementary-8, #464e56);
1864
1236
  }
1865
- .gd-infinite-list .public_fixedDataTableCell_cellContent:hover {
1866
- background-color: transparent;
1867
- }
1868
- .gd-infinite-list .fixedDataTableCellLayout_wrap1 {
1869
- table-layout: fixed;
1870
- }
1871
- .gd-infinite-list .fixedDataTableCellLayout_wrap2,
1872
- .gd-infinite-list .fixedDataTableCellLayout_wrap3 {
1873
- width: inherit;
1874
- }
1875
- .gd-infinite-list .fixedDataTableCellLayout_wrap2,
1876
- .gd-infinite-list .fixedDataTableCellLayout_wrap3,
1877
- .gd-infinite-list .public_fixedDataTableCell_cellContent,
1878
1237
  .gd-infinite-list .gd-project-list-item {
1879
1238
  height: inherit;
1880
1239
  }