@@ -429,86 +429,6 @@ $root: ".widget-datagrid";
429429 display : contents ;
430430 }
431431
432- & -refresh-container {
433- grid-column : 1 / -1 ;
434- padding : 0 ;
435- position : relative ;
436- }
437-
438- & -refresh-indicator {
439- -webkit-appearance : none ;
440- -moz-appearance : none ;
441- appearance : none ;
442- background-color : var (--border-color-default , #ced0d3 );
443- border : none ;
444- border-radius : 2px ;
445- color : var (--brand-primary , $dg-brand-primary );
446- height : 4px ;
447- width : 100% ;
448- position : absolute ;
449- left : 0 ;
450- right : 0 ;
451-
452- & ::-webkit-progress-bar {
453- background-color : transparent ;
454- }
455-
456- & ::-webkit-progress-value {
457- background-color : currentColor ;
458- transition : all 0.2s ;
459- }
460-
461- & ::-moz-progress-bar {
462- background-color : currentColor ;
463- transition : all 0.2s ;
464- }
465-
466- & ::-ms-fill {
467- border : none ;
468- background-color : currentColor ;
469- transition : all 0.2s ;
470- }
471-
472- & :indeterminate {
473- background-size : 200% 100% ;
474- background-image : linear-gradient (
475- to right ,
476- transparent 50% ,
477- currentColor 50% ,
478- currentColor 60% ,
479- transparent 60% ,
480- transparent 71.5% ,
481- currentColor 71.5% ,
482- currentColor 84% ,
483- transparent 84%
484- );
485- animation : progress- linear 3s infinite linear ;
486- }
487-
488- & :indeterminate ::-moz-progress-bar {
489- background-color : transparent ;
490- }
491-
492- & :indeterminate ::-ms-fill {
493- animation-name : none ;
494- }
495-
496- @keyframes progress-linear {
497- 0% {
498- background-size : 200% 100% ;
499- background-position : left -31.25% top 0% ;
500- }
501- 50% {
502- background-size : 800% 100% ;
503- background-position : left -49% top 0% ;
504- }
505- 100% {
506- background-size : 400% 100% ;
507- background-position : left -102% top 0% ;
508- }
509- }
510- }
511-
512432 & .widget-datagrid-selection-method-click {
513433 .tr.tr-selected .td {
514434 background-color : $dg-grid-selected-row-background ;
0 commit comments