@salt-ds/ag-grid-theme 1.3.2 → 1.3.3

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 (2) hide show
  1. package/package.json +1 -1
  2. package/salt-ag-theme.css +580 -1060
package/salt-ag-theme.css CHANGED
@@ -5059,13 +5059,15 @@ div[class*=ag-theme-salt]{
5059
5059
  border:none;
5060
5060
  }
5061
5061
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
5062
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
5062
+ border:none;
5063
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
5064
+ outline-offset:-2px;
5063
5065
  }
5064
5066
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
5065
5067
  align-items:center;
5066
5068
  }
5067
5069
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-compact-dark .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-compact-dark .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-compact-dark .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-compact-dark .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
5068
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
5070
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
5069
5071
  }
5070
5072
  .ag-theme-salt-high-compact-dark .ag-toggle-button-input-wrapper{
5071
5073
  background-color:var(--agGrid-toggle-button-background);
@@ -5157,7 +5159,6 @@ div[class*=ag-theme-salt]{
5157
5159
  padding:0;
5158
5160
  }
5159
5161
  .ag-theme-salt-high-compact-dark .ag-menu .ag-input-field-input[type=text]{
5160
- border:2px dotted transparent;
5161
5162
  font-size:inherit;
5162
5163
  height:var(--agGrid-input-height);
5163
5164
  line-height:var(--agGrid-input-height);
@@ -5274,82 +5275,9 @@ div[class*=ag-theme-salt]{
5274
5275
  width:auto;
5275
5276
  }
5276
5277
  .ag-theme-salt-high-compact-dark .ag-header-cell,.ag-theme-salt-high-compact-dark .ag-header-group-cell{
5277
- padding:0 calc(var(--salt-spacing-100) + 2px);
5278
- }
5279
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
5280
- border-right:2px solid transparent;
5281
- overflow:unset;
5282
- }
5283
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
5284
- border-left:2px solid transparent;
5285
- overflow:unset;
5286
- }
5287
- .ag-theme-salt-high-compact-dark .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
5288
- background-color:var(--salt-separable-tertiary-borderColor);
5289
- content:"";
5290
- height:calc(100% + 4px);
5291
- position:absolute;
5292
- right:-2px;
5293
- top:-2px;
5294
- width:1px;
5295
- z-index:1;
5296
- }
5297
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
5298
- background-color:var(--salt-separable-tertiary-borderColor);
5299
- content:"";
5300
- height:calc(100% + 4px);
5301
- position:absolute;
5302
- right:-1px;
5303
- top:-2px;
5304
- width:1px;
5305
- z-index:1;
5306
- }
5307
- .ag-theme-salt-high-compact-dark .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
5308
- background-color:var(--salt-separable-tertiary-borderColor);
5309
- content:"";
5310
- height:calc(100% + 4px);
5311
- left:-3px;
5312
- position:absolute;
5313
- top:-2px;
5314
- width:1px;
5315
- z-index:1;
5316
- }
5317
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
5318
- background-color:var(--salt-separable-tertiary-borderColor);
5319
- content:"";
5320
- height:calc(100% + 4px);
5321
- left:-2px;
5322
- position:absolute;
5323
- top:-2px;
5324
- width:1px;
5325
- z-index:1;
5326
- }
5327
- .ag-theme-salt-high-compact-dark .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-high-compact-dark .ag-pinned-right-header .ag-header-row-column:after{
5328
- background-color:var(--salt-separable-tertiary-borderColor);
5329
- content:"";
5330
- height:var(--agGrid-column-separator-height);
5331
- left:-1px;
5332
- position:absolute;
5333
- top:var(--agGrid-column-separator-top);
5334
- width:1px;
5335
- z-index:1;
5336
- }
5337
- .ag-theme-salt-high-compact-dark .ag-pinned-left-header .ag-header-row:first-child:after{
5338
- background-color:var(--salt-separable-tertiary-borderColor);
5339
- content:"";
5340
- height:var(--agGrid-column-separator-height);
5341
- position:absolute;
5342
- right:0;
5343
- top:var(--agGrid-column-separator-top);
5344
- width:1px;
5345
- z-index:1;
5278
+ padding:0 calc(var(--salt-spacing-100));
5346
5279
  }
5347
- .ag-theme-salt-high-compact-dark .ag-pinned-left-header{
5348
- border-right:none;
5349
- overflow:unset;
5350
- }
5351
- .ag-theme-salt-high-compact-dark .ag-pinned-right-header{
5352
- border-left:none;
5280
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
5353
5281
  overflow:unset;
5354
5282
  }
5355
5283
  .ag-theme-salt-high-compact-dark .ag-row{
@@ -5379,11 +5307,8 @@ div[class*=ag-theme-salt]{
5379
5307
  top:-1px;
5380
5308
  z-index:1;
5381
5309
  }
5382
- .ag-theme-salt-high-compact-dark .ag-ltr .ag-row-group-leaf-indent{
5383
- border-left:2px solid transparent;
5384
- }
5385
5310
  .ag-theme-salt-high-compact-dark .ag-cell{
5386
- border-left:0;
5311
+ border:0;
5387
5312
  padding-left:var(--salt-spacing-100);
5388
5313
  padding-right:var(--salt-spacing-100);
5389
5314
  }
@@ -5391,8 +5316,8 @@ div[class*=ag-theme-salt]{
5391
5316
  height:100%;
5392
5317
  }
5393
5318
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-cell{
5394
- border:2px solid transparent;
5395
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
5319
+ border:none;
5320
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
5396
5321
  }
5397
5322
  .ag-theme-salt-high-compact-dark .ag-cell-label-container{
5398
5323
  padding:var(--salt-spacing-100) 0;
@@ -5413,9 +5338,9 @@ div[class*=ag-theme-salt]{
5413
5338
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
5414
5339
  border-top:0 solid transparent;
5415
5340
  content:"";
5416
- left:-2px;
5341
+ left:0;
5417
5342
  position:absolute;
5418
- top:-2px;
5343
+ top:0;
5419
5344
  z-index:2;
5420
5345
  }
5421
5346
  .ag-theme-salt-high-compact-dark .ag-cell-inline-editing.ag-cell-focus{
@@ -5428,20 +5353,54 @@ div[class*=ag-theme-salt]{
5428
5353
  padding:0 !important;
5429
5354
  }
5430
5355
  .ag-theme-salt-high-compact-dark .ag-cell-editor .ag-input-field-input{
5431
- padding-left:2px;
5432
- padding-right:2px;
5356
+ padding-left:4px;
5357
+ padding-right:4px;
5433
5358
  }
5434
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
5359
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
5435
5360
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
5361
+ content:"";
5362
+ height:99%;
5363
+ left:0;
5364
+ position:absolute;
5365
+ top:0;
5366
+ width:2px;
5367
+ z-index:1;
5436
5368
  }
5437
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
5369
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
5438
5370
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
5371
+ content:"";
5372
+ height:99%;
5373
+ position:absolute;
5374
+ right:0;
5375
+ top:0;
5376
+ width:2px;
5377
+ z-index:1;
5439
5378
  }
5440
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
5379
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
5380
+ height:100%;
5381
+ }
5382
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
5441
5383
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
5384
+ content:"";
5385
+ height:2px;
5386
+ left:0;
5387
+ position:absolute;
5388
+ top:0;
5389
+ width:99%;
5390
+ z-index:1;
5442
5391
  }
5443
- .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
5392
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
5444
5393
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
5394
+ bottom:0;
5395
+ content:"";
5396
+ height:2px;
5397
+ left:0;
5398
+ position:absolute;
5399
+ width:99%;
5400
+ z-index:1;
5401
+ }
5402
+ .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
5403
+ width:100%;
5445
5404
  }
5446
5405
  .ag-theme-salt-high-compact-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-compact-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
5447
5406
  background:var(--agGrid-range-selection-background);
@@ -5481,12 +5440,9 @@ div[class*=ag-theme-salt]{
5481
5440
  background-color:var(--salt-actionable-secondary-background-active);
5482
5441
  color:var(--salt-actionable-secondary-foreground-active);
5483
5442
  }
5484
- .ag-theme-salt-high-compact-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
5485
- border-left:2px solid transparent;
5486
- }
5487
5443
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
5488
- border:2px dotted var(--salt-focused-outlineColor);
5489
- outline:none;
5444
+ outline:2px dotted var(--salt-focused-outlineColor);
5445
+ outline-offset:-2px;
5490
5446
  }
5491
5447
  .ag-theme-salt-high-compact-dark .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
5492
5448
  border-left-color:var(--salt-navigable-indicator-active);
@@ -5557,8 +5513,9 @@ div[class*=ag-theme-salt]{
5557
5513
  color:var(--agGrid-pagination-button-color-disabled);
5558
5514
  }
5559
5515
  .ag-theme-salt-high-compact-dark .ag-keyboard-focus .ag-paging-button:focus:after{
5560
- border:2px dotted var(--agGrid-color-focus);
5561
- outline:none;
5516
+ border:none;
5517
+ outline:dotted 2px var(--agGrid-color-focus);
5518
+ outline-offset:-2px;
5562
5519
  }
5563
5520
  .ag-theme-salt-high-compact-dark .ag-input-field-input{
5564
5521
  border:0;
@@ -5586,14 +5543,9 @@ div[class*=ag-theme-salt]{
5586
5543
  .ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter:after{
5587
5544
  content:none;
5588
5545
  }
5589
- .ag-theme-salt-high-compact-dark .ag-floating-filter-body,.ag-theme-salt-high-compact-dark .ag-floating-filter-button{
5590
- border:1px solid transparent;
5591
- }
5592
- .ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
5593
- border:none;
5594
- }
5595
5546
  .ag-theme-salt-high-compact-dark .ag-header-cell.ag-floating-filter:focus-within{
5596
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
5547
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
5548
+ outline-offset:-2px;
5597
5549
  }
5598
5550
  .ag-theme-salt-high-compact-dark .ag-pinned-right-header .ag-floating-filter{
5599
5551
  border-left:0;
@@ -10396,13 +10348,15 @@ div[class*=ag-theme-salt]{
10396
10348
  border:none;
10397
10349
  }
10398
10350
  .ag-theme-salt-high-compact-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-compact-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-compact-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
10399
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
10351
+ border:none;
10352
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
10353
+ outline-offset:-2px;
10400
10354
  }
10401
10355
  .ag-theme-salt-high-compact-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-wrapper.ag-row-group{
10402
10356
  align-items:center;
10403
10357
  }
10404
10358
  .ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-compact-light .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-compact-light .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-compact-light .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-compact-light .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
10405
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
10359
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
10406
10360
  }
10407
10361
  .ag-theme-salt-high-compact-light .ag-toggle-button-input-wrapper{
10408
10362
  background-color:var(--agGrid-toggle-button-background);
@@ -10494,7 +10448,6 @@ div[class*=ag-theme-salt]{
10494
10448
  padding:0;
10495
10449
  }
10496
10450
  .ag-theme-salt-high-compact-light .ag-menu .ag-input-field-input[type=text]{
10497
- border:2px dotted transparent;
10498
10451
  font-size:inherit;
10499
10452
  height:var(--agGrid-input-height);
10500
10453
  line-height:var(--agGrid-input-height);
@@ -10611,82 +10564,9 @@ div[class*=ag-theme-salt]{
10611
10564
  width:auto;
10612
10565
  }
10613
10566
  .ag-theme-salt-high-compact-light .ag-header-cell,.ag-theme-salt-high-compact-light .ag-header-group-cell{
10614
- padding:0 calc(var(--salt-spacing-100) + 2px);
10615
- }
10616
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
10617
- border-right:2px solid transparent;
10618
- overflow:unset;
10619
- }
10620
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
10621
- border-left:2px solid transparent;
10622
- overflow:unset;
10623
- }
10624
- .ag-theme-salt-high-compact-light .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
10625
- background-color:var(--salt-separable-tertiary-borderColor);
10626
- content:"";
10627
- height:calc(100% + 4px);
10628
- position:absolute;
10629
- right:-2px;
10630
- top:-2px;
10631
- width:1px;
10632
- z-index:1;
10633
- }
10634
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
10635
- background-color:var(--salt-separable-tertiary-borderColor);
10636
- content:"";
10637
- height:calc(100% + 4px);
10638
- position:absolute;
10639
- right:-1px;
10640
- top:-2px;
10641
- width:1px;
10642
- z-index:1;
10643
- }
10644
- .ag-theme-salt-high-compact-light .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
10645
- background-color:var(--salt-separable-tertiary-borderColor);
10646
- content:"";
10647
- height:calc(100% + 4px);
10648
- left:-3px;
10649
- position:absolute;
10650
- top:-2px;
10651
- width:1px;
10652
- z-index:1;
10653
- }
10654
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
10655
- background-color:var(--salt-separable-tertiary-borderColor);
10656
- content:"";
10657
- height:calc(100% + 4px);
10658
- left:-2px;
10659
- position:absolute;
10660
- top:-2px;
10661
- width:1px;
10662
- z-index:1;
10567
+ padding:0 calc(var(--salt-spacing-100));
10663
10568
  }
10664
- .ag-theme-salt-high-compact-light .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-high-compact-light .ag-pinned-right-header .ag-header-row-column:after{
10665
- background-color:var(--salt-separable-tertiary-borderColor);
10666
- content:"";
10667
- height:var(--agGrid-column-separator-height);
10668
- left:-1px;
10669
- position:absolute;
10670
- top:var(--agGrid-column-separator-top);
10671
- width:1px;
10672
- z-index:1;
10673
- }
10674
- .ag-theme-salt-high-compact-light .ag-pinned-left-header .ag-header-row:first-child:after{
10675
- background-color:var(--salt-separable-tertiary-borderColor);
10676
- content:"";
10677
- height:var(--agGrid-column-separator-height);
10678
- position:absolute;
10679
- right:0;
10680
- top:var(--agGrid-column-separator-top);
10681
- width:1px;
10682
- z-index:1;
10683
- }
10684
- .ag-theme-salt-high-compact-light .ag-pinned-left-header{
10685
- border-right:none;
10686
- overflow:unset;
10687
- }
10688
- .ag-theme-salt-high-compact-light .ag-pinned-right-header{
10689
- border-left:none;
10569
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-compact-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
10690
10570
  overflow:unset;
10691
10571
  }
10692
10572
  .ag-theme-salt-high-compact-light .ag-row{
@@ -10716,11 +10596,8 @@ div[class*=ag-theme-salt]{
10716
10596
  top:-1px;
10717
10597
  z-index:1;
10718
10598
  }
10719
- .ag-theme-salt-high-compact-light .ag-ltr .ag-row-group-leaf-indent{
10720
- border-left:2px solid transparent;
10721
- }
10722
10599
  .ag-theme-salt-high-compact-light .ag-cell{
10723
- border-left:0;
10600
+ border:0;
10724
10601
  padding-left:var(--salt-spacing-100);
10725
10602
  padding-right:var(--salt-spacing-100);
10726
10603
  }
@@ -10728,8 +10605,8 @@ div[class*=ag-theme-salt]{
10728
10605
  height:100%;
10729
10606
  }
10730
10607
  .ag-theme-salt-high-compact-light .ag-ltr .ag-cell{
10731
- border:2px solid transparent;
10732
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
10608
+ border:none;
10609
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
10733
10610
  }
10734
10611
  .ag-theme-salt-high-compact-light .ag-cell-label-container{
10735
10612
  padding:var(--salt-spacing-100) 0;
@@ -10750,9 +10627,9 @@ div[class*=ag-theme-salt]{
10750
10627
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
10751
10628
  border-top:0 solid transparent;
10752
10629
  content:"";
10753
- left:-2px;
10630
+ left:0;
10754
10631
  position:absolute;
10755
- top:-2px;
10632
+ top:0;
10756
10633
  z-index:2;
10757
10634
  }
10758
10635
  .ag-theme-salt-high-compact-light .ag-cell-inline-editing.ag-cell-focus{
@@ -10765,20 +10642,54 @@ div[class*=ag-theme-salt]{
10765
10642
  padding:0 !important;
10766
10643
  }
10767
10644
  .ag-theme-salt-high-compact-light .ag-cell-editor .ag-input-field-input{
10768
- padding-left:2px;
10769
- padding-right:2px;
10645
+ padding-left:4px;
10646
+ padding-right:4px;
10770
10647
  }
10771
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
10648
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
10772
10649
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
10650
+ content:"";
10651
+ height:99%;
10652
+ left:0;
10653
+ position:absolute;
10654
+ top:0;
10655
+ width:2px;
10656
+ z-index:1;
10773
10657
  }
10774
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
10658
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
10775
10659
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
10660
+ content:"";
10661
+ height:99%;
10662
+ position:absolute;
10663
+ right:0;
10664
+ top:0;
10665
+ width:2px;
10666
+ z-index:1;
10776
10667
  }
10777
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
10668
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
10669
+ height:100%;
10670
+ }
10671
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
10778
10672
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
10673
+ content:"";
10674
+ height:2px;
10675
+ left:0;
10676
+ position:absolute;
10677
+ top:0;
10678
+ width:99%;
10679
+ z-index:1;
10779
10680
  }
10780
- .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
10681
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
10781
10682
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
10683
+ bottom:0;
10684
+ content:"";
10685
+ height:2px;
10686
+ left:0;
10687
+ position:absolute;
10688
+ width:99%;
10689
+ z-index:1;
10690
+ }
10691
+ .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
10692
+ width:100%;
10782
10693
  }
10783
10694
  .ag-theme-salt-high-compact-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-compact-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
10784
10695
  background:var(--agGrid-range-selection-background);
@@ -10818,12 +10729,9 @@ div[class*=ag-theme-salt]{
10818
10729
  background-color:var(--salt-actionable-secondary-background-active);
10819
10730
  color:var(--salt-actionable-secondary-foreground-active);
10820
10731
  }
10821
- .ag-theme-salt-high-compact-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
10822
- border-left:2px solid transparent;
10823
- }
10824
10732
  .ag-theme-salt-high-compact-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
10825
- border:2px dotted var(--salt-focused-outlineColor);
10826
- outline:none;
10733
+ outline:2px dotted var(--salt-focused-outlineColor);
10734
+ outline-offset:-2px;
10827
10735
  }
10828
10736
  .ag-theme-salt-high-compact-light .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
10829
10737
  border-left-color:var(--salt-navigable-indicator-active);
@@ -10894,8 +10802,9 @@ div[class*=ag-theme-salt]{
10894
10802
  color:var(--agGrid-pagination-button-color-disabled);
10895
10803
  }
10896
10804
  .ag-theme-salt-high-compact-light .ag-keyboard-focus .ag-paging-button:focus:after{
10897
- border:2px dotted var(--agGrid-color-focus);
10898
- outline:none;
10805
+ border:none;
10806
+ outline:dotted 2px var(--agGrid-color-focus);
10807
+ outline-offset:-2px;
10899
10808
  }
10900
10809
  .ag-theme-salt-high-compact-light .ag-input-field-input{
10901
10810
  border:0;
@@ -10923,14 +10832,9 @@ div[class*=ag-theme-salt]{
10923
10832
  .ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter:after{
10924
10833
  content:none;
10925
10834
  }
10926
- .ag-theme-salt-high-compact-light .ag-floating-filter-body,.ag-theme-salt-high-compact-light .ag-floating-filter-button{
10927
- border:1px solid transparent;
10928
- }
10929
- .ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
10930
- border:none;
10931
- }
10932
10835
  .ag-theme-salt-high-compact-light .ag-header-cell.ag-floating-filter:focus-within{
10933
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
10836
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
10837
+ outline-offset:-2px;
10934
10838
  }
10935
10839
  .ag-theme-salt-high-compact-light .ag-pinned-right-header .ag-floating-filter{
10936
10840
  border-left:0;
@@ -15742,13 +15646,15 @@ div[class*=ag-theme-salt]{
15742
15646
  border:none;
15743
15647
  }
15744
15648
  .ag-theme-salt-high-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
15745
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
15649
+ border:none;
15650
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
15651
+ outline-offset:-2px;
15746
15652
  }
15747
15653
  .ag-theme-salt-high-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
15748
15654
  align-items:center;
15749
15655
  }
15750
15656
  .ag-theme-salt-high-dark .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-dark .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-dark .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-dark .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-dark .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-dark .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
15751
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
15657
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
15752
15658
  }
15753
15659
  .ag-theme-salt-high-dark .ag-toggle-button-input-wrapper{
15754
15660
  background-color:var(--agGrid-toggle-button-background);
@@ -15840,7 +15746,6 @@ div[class*=ag-theme-salt]{
15840
15746
  padding:0;
15841
15747
  }
15842
15748
  .ag-theme-salt-high-dark .ag-menu .ag-input-field-input[type=text]{
15843
- border:2px dotted transparent;
15844
15749
  font-size:inherit;
15845
15750
  height:var(--agGrid-input-height);
15846
15751
  line-height:var(--agGrid-input-height);
@@ -15957,82 +15862,9 @@ div[class*=ag-theme-salt]{
15957
15862
  width:auto;
15958
15863
  }
15959
15864
  .ag-theme-salt-high-dark .ag-header-cell,.ag-theme-salt-high-dark .ag-header-group-cell{
15960
- padding:0 calc(var(--salt-spacing-100) + 2px);
15961
- }
15962
- .ag-theme-salt-high-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
15963
- border-right:2px solid transparent;
15964
- overflow:unset;
15965
- }
15966
- .ag-theme-salt-high-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
15967
- border-left:2px solid transparent;
15968
- overflow:unset;
15969
- }
15970
- .ag-theme-salt-high-dark .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
15971
- background-color:var(--salt-separable-tertiary-borderColor);
15972
- content:"";
15973
- height:calc(100% + 4px);
15974
- position:absolute;
15975
- right:-2px;
15976
- top:-2px;
15977
- width:1px;
15978
- z-index:1;
15979
- }
15980
- .ag-theme-salt-high-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
15981
- background-color:var(--salt-separable-tertiary-borderColor);
15982
- content:"";
15983
- height:calc(100% + 4px);
15984
- position:absolute;
15985
- right:-1px;
15986
- top:-2px;
15987
- width:1px;
15988
- z-index:1;
15989
- }
15990
- .ag-theme-salt-high-dark .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
15991
- background-color:var(--salt-separable-tertiary-borderColor);
15992
- content:"";
15993
- height:calc(100% + 4px);
15994
- left:-3px;
15995
- position:absolute;
15996
- top:-2px;
15997
- width:1px;
15998
- z-index:1;
15999
- }
16000
- .ag-theme-salt-high-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
16001
- background-color:var(--salt-separable-tertiary-borderColor);
16002
- content:"";
16003
- height:calc(100% + 4px);
16004
- left:-2px;
16005
- position:absolute;
16006
- top:-2px;
16007
- width:1px;
16008
- z-index:1;
15865
+ padding:0 calc(var(--salt-spacing-100));
16009
15866
  }
16010
- .ag-theme-salt-high-dark .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-high-dark .ag-pinned-right-header .ag-header-row-column:after{
16011
- background-color:var(--salt-separable-tertiary-borderColor);
16012
- content:"";
16013
- height:var(--agGrid-column-separator-height);
16014
- left:-1px;
16015
- position:absolute;
16016
- top:var(--agGrid-column-separator-top);
16017
- width:1px;
16018
- z-index:1;
16019
- }
16020
- .ag-theme-salt-high-dark .ag-pinned-left-header .ag-header-row:first-child:after{
16021
- background-color:var(--salt-separable-tertiary-borderColor);
16022
- content:"";
16023
- height:var(--agGrid-column-separator-height);
16024
- position:absolute;
16025
- right:0;
16026
- top:var(--agGrid-column-separator-top);
16027
- width:1px;
16028
- z-index:1;
16029
- }
16030
- .ag-theme-salt-high-dark .ag-pinned-left-header{
16031
- border-right:none;
16032
- overflow:unset;
16033
- }
16034
- .ag-theme-salt-high-dark .ag-pinned-right-header{
16035
- border-left:none;
15867
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
16036
15868
  overflow:unset;
16037
15869
  }
16038
15870
  .ag-theme-salt-high-dark .ag-row{
@@ -16062,11 +15894,8 @@ div[class*=ag-theme-salt]{
16062
15894
  top:-1px;
16063
15895
  z-index:1;
16064
15896
  }
16065
- .ag-theme-salt-high-dark .ag-ltr .ag-row-group-leaf-indent{
16066
- border-left:2px solid transparent;
16067
- }
16068
15897
  .ag-theme-salt-high-dark .ag-cell{
16069
- border-left:0;
15898
+ border:0;
16070
15899
  padding-left:var(--salt-spacing-100);
16071
15900
  padding-right:var(--salt-spacing-100);
16072
15901
  }
@@ -16074,8 +15903,8 @@ div[class*=ag-theme-salt]{
16074
15903
  height:100%;
16075
15904
  }
16076
15905
  .ag-theme-salt-high-dark .ag-ltr .ag-cell{
16077
- border:2px solid transparent;
16078
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
15906
+ border:none;
15907
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
16079
15908
  }
16080
15909
  .ag-theme-salt-high-dark .ag-cell-label-container{
16081
15910
  padding:var(--salt-spacing-100) 0;
@@ -16096,9 +15925,9 @@ div[class*=ag-theme-salt]{
16096
15925
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
16097
15926
  border-top:0 solid transparent;
16098
15927
  content:"";
16099
- left:-2px;
15928
+ left:0;
16100
15929
  position:absolute;
16101
- top:-2px;
15930
+ top:0;
16102
15931
  z-index:2;
16103
15932
  }
16104
15933
  .ag-theme-salt-high-dark .ag-cell-inline-editing.ag-cell-focus{
@@ -16111,20 +15940,54 @@ div[class*=ag-theme-salt]{
16111
15940
  padding:0 !important;
16112
15941
  }
16113
15942
  .ag-theme-salt-high-dark .ag-cell-editor .ag-input-field-input{
16114
- padding-left:2px;
16115
- padding-right:2px;
15943
+ padding-left:4px;
15944
+ padding-right:4px;
16116
15945
  }
16117
- .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
15946
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
16118
15947
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
15948
+ content:"";
15949
+ height:99%;
15950
+ left:0;
15951
+ position:absolute;
15952
+ top:0;
15953
+ width:2px;
15954
+ z-index:1;
16119
15955
  }
16120
- .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
15956
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
16121
15957
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
15958
+ content:"";
15959
+ height:99%;
15960
+ position:absolute;
15961
+ right:0;
15962
+ top:0;
15963
+ width:2px;
15964
+ z-index:1;
16122
15965
  }
16123
- .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
15966
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
15967
+ height:100%;
15968
+ }
15969
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
16124
15970
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
15971
+ content:"";
15972
+ height:2px;
15973
+ left:0;
15974
+ position:absolute;
15975
+ top:0;
15976
+ width:99%;
15977
+ z-index:1;
16125
15978
  }
16126
- .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
15979
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
16127
15980
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
15981
+ bottom:0;
15982
+ content:"";
15983
+ height:2px;
15984
+ left:0;
15985
+ position:absolute;
15986
+ width:99%;
15987
+ z-index:1;
15988
+ }
15989
+ .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
15990
+ width:100%;
16128
15991
  }
16129
15992
  .ag-theme-salt-high-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
16130
15993
  background:var(--agGrid-range-selection-background);
@@ -16164,12 +16027,9 @@ div[class*=ag-theme-salt]{
16164
16027
  background-color:var(--salt-actionable-secondary-background-active);
16165
16028
  color:var(--salt-actionable-secondary-foreground-active);
16166
16029
  }
16167
- .ag-theme-salt-high-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
16168
- border-left:2px solid transparent;
16169
- }
16170
16030
  .ag-theme-salt-high-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
16171
- border:2px dotted var(--salt-focused-outlineColor);
16172
- outline:none;
16031
+ outline:2px dotted var(--salt-focused-outlineColor);
16032
+ outline-offset:-2px;
16173
16033
  }
16174
16034
  .ag-theme-salt-high-dark .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
16175
16035
  border-left-color:var(--salt-navigable-indicator-active);
@@ -16240,8 +16100,9 @@ div[class*=ag-theme-salt]{
16240
16100
  color:var(--agGrid-pagination-button-color-disabled);
16241
16101
  }
16242
16102
  .ag-theme-salt-high-dark .ag-keyboard-focus .ag-paging-button:focus:after{
16243
- border:2px dotted var(--agGrid-color-focus);
16244
- outline:none;
16103
+ border:none;
16104
+ outline:dotted 2px var(--agGrid-color-focus);
16105
+ outline-offset:-2px;
16245
16106
  }
16246
16107
  .ag-theme-salt-high-dark .ag-input-field-input{
16247
16108
  border:0;
@@ -16269,14 +16130,9 @@ div[class*=ag-theme-salt]{
16269
16130
  .ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter:after{
16270
16131
  content:none;
16271
16132
  }
16272
- .ag-theme-salt-high-dark .ag-floating-filter-body,.ag-theme-salt-high-dark .ag-floating-filter-button{
16273
- border:1px solid transparent;
16274
- }
16275
- .ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
16276
- border:none;
16277
- }
16278
16133
  .ag-theme-salt-high-dark .ag-header-cell.ag-floating-filter:focus-within{
16279
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
16134
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
16135
+ outline-offset:-2px;
16280
16136
  }
16281
16137
  .ag-theme-salt-high-dark .ag-pinned-right-header .ag-floating-filter{
16282
16138
  border-left:0;
@@ -21079,13 +20935,15 @@ div[class*=ag-theme-salt]{
21079
20935
  border:none;
21080
20936
  }
21081
20937
  .ag-theme-salt-high-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-high-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-high-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-high-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-high-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
21082
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
20938
+ border:none;
20939
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
20940
+ outline-offset:-2px;
21083
20941
  }
21084
20942
  .ag-theme-salt-high-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-light .ag-rtl .ag-cell-wrapper.ag-row-group{
21085
20943
  align-items:center;
21086
20944
  }
21087
20945
  .ag-theme-salt-high-light .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-light .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-light .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-high-light .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-high-light .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-high-light .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
21088
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
20946
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
21089
20947
  }
21090
20948
  .ag-theme-salt-high-light .ag-toggle-button-input-wrapper{
21091
20949
  background-color:var(--agGrid-toggle-button-background);
@@ -21177,7 +21035,6 @@ div[class*=ag-theme-salt]{
21177
21035
  padding:0;
21178
21036
  }
21179
21037
  .ag-theme-salt-high-light .ag-menu .ag-input-field-input[type=text]{
21180
- border:2px dotted transparent;
21181
21038
  font-size:inherit;
21182
21039
  height:var(--agGrid-input-height);
21183
21040
  line-height:var(--agGrid-input-height);
@@ -21294,82 +21151,9 @@ div[class*=ag-theme-salt]{
21294
21151
  width:auto;
21295
21152
  }
21296
21153
  .ag-theme-salt-high-light .ag-header-cell,.ag-theme-salt-high-light .ag-header-group-cell{
21297
- padding:0 calc(var(--salt-spacing-100) + 2px);
21298
- }
21299
- .ag-theme-salt-high-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
21300
- border-right:2px solid transparent;
21301
- overflow:unset;
21302
- }
21303
- .ag-theme-salt-high-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
21304
- border-left:2px solid transparent;
21305
- overflow:unset;
21306
- }
21307
- .ag-theme-salt-high-light .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
21308
- background-color:var(--salt-separable-tertiary-borderColor);
21309
- content:"";
21310
- height:calc(100% + 4px);
21311
- position:absolute;
21312
- right:-2px;
21313
- top:-2px;
21314
- width:1px;
21315
- z-index:1;
21316
- }
21317
- .ag-theme-salt-high-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
21318
- background-color:var(--salt-separable-tertiary-borderColor);
21319
- content:"";
21320
- height:calc(100% + 4px);
21321
- position:absolute;
21322
- right:-1px;
21323
- top:-2px;
21324
- width:1px;
21325
- z-index:1;
21326
- }
21327
- .ag-theme-salt-high-light .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
21328
- background-color:var(--salt-separable-tertiary-borderColor);
21329
- content:"";
21330
- height:calc(100% + 4px);
21331
- left:-3px;
21332
- position:absolute;
21333
- top:-2px;
21334
- width:1px;
21335
- z-index:1;
21336
- }
21337
- .ag-theme-salt-high-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
21338
- background-color:var(--salt-separable-tertiary-borderColor);
21339
- content:"";
21340
- height:calc(100% + 4px);
21341
- left:-2px;
21342
- position:absolute;
21343
- top:-2px;
21344
- width:1px;
21345
- z-index:1;
21346
- }
21347
- .ag-theme-salt-high-light .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-high-light .ag-pinned-right-header .ag-header-row-column:after{
21348
- background-color:var(--salt-separable-tertiary-borderColor);
21349
- content:"";
21350
- height:var(--agGrid-column-separator-height);
21351
- left:-1px;
21352
- position:absolute;
21353
- top:var(--agGrid-column-separator-top);
21354
- width:1px;
21355
- z-index:1;
21154
+ padding:0 calc(var(--salt-spacing-100));
21356
21155
  }
21357
- .ag-theme-salt-high-light .ag-pinned-left-header .ag-header-row:first-child:after{
21358
- background-color:var(--salt-separable-tertiary-borderColor);
21359
- content:"";
21360
- height:var(--agGrid-column-separator-height);
21361
- position:absolute;
21362
- right:0;
21363
- top:var(--agGrid-column-separator-top);
21364
- width:1px;
21365
- z-index:1;
21366
- }
21367
- .ag-theme-salt-high-light .ag-pinned-left-header{
21368
- border-right:none;
21369
- overflow:unset;
21370
- }
21371
- .ag-theme-salt-high-light .ag-pinned-right-header{
21372
- border-left:none;
21156
+ .ag-theme-salt-high-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-high-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
21373
21157
  overflow:unset;
21374
21158
  }
21375
21159
  .ag-theme-salt-high-light .ag-row{
@@ -21399,11 +21183,8 @@ div[class*=ag-theme-salt]{
21399
21183
  top:-1px;
21400
21184
  z-index:1;
21401
21185
  }
21402
- .ag-theme-salt-high-light .ag-ltr .ag-row-group-leaf-indent{
21403
- border-left:2px solid transparent;
21404
- }
21405
21186
  .ag-theme-salt-high-light .ag-cell{
21406
- border-left:0;
21187
+ border:0;
21407
21188
  padding-left:var(--salt-spacing-100);
21408
21189
  padding-right:var(--salt-spacing-100);
21409
21190
  }
@@ -21411,8 +21192,8 @@ div[class*=ag-theme-salt]{
21411
21192
  height:100%;
21412
21193
  }
21413
21194
  .ag-theme-salt-high-light .ag-ltr .ag-cell{
21414
- border:2px solid transparent;
21415
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
21195
+ border:none;
21196
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
21416
21197
  }
21417
21198
  .ag-theme-salt-high-light .ag-cell-label-container{
21418
21199
  padding:var(--salt-spacing-100) 0;
@@ -21433,9 +21214,9 @@ div[class*=ag-theme-salt]{
21433
21214
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
21434
21215
  border-top:0 solid transparent;
21435
21216
  content:"";
21436
- left:-2px;
21217
+ left:0;
21437
21218
  position:absolute;
21438
- top:-2px;
21219
+ top:0;
21439
21220
  z-index:2;
21440
21221
  }
21441
21222
  .ag-theme-salt-high-light .ag-cell-inline-editing.ag-cell-focus{
@@ -21448,20 +21229,54 @@ div[class*=ag-theme-salt]{
21448
21229
  padding:0 !important;
21449
21230
  }
21450
21231
  .ag-theme-salt-high-light .ag-cell-editor .ag-input-field-input{
21451
- padding-left:2px;
21452
- padding-right:2px;
21232
+ padding-left:4px;
21233
+ padding-right:4px;
21453
21234
  }
21454
- .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
21235
+ .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
21455
21236
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
21237
+ content:"";
21238
+ height:99%;
21239
+ left:0;
21240
+ position:absolute;
21241
+ top:0;
21242
+ width:2px;
21243
+ z-index:1;
21456
21244
  }
21457
- .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
21245
+ .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
21458
21246
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
21247
+ content:"";
21248
+ height:99%;
21249
+ position:absolute;
21250
+ right:0;
21251
+ top:0;
21252
+ width:2px;
21253
+ z-index:1;
21459
21254
  }
21460
- .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
21255
+ .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
21256
+ height:100%;
21257
+ }
21258
+ .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
21461
21259
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
21260
+ content:"";
21261
+ height:2px;
21262
+ left:0;
21263
+ position:absolute;
21264
+ top:0;
21265
+ width:99%;
21266
+ z-index:1;
21462
21267
  }
21463
- .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
21268
+ .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
21464
21269
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
21270
+ bottom:0;
21271
+ content:"";
21272
+ height:2px;
21273
+ left:0;
21274
+ position:absolute;
21275
+ width:99%;
21276
+ z-index:1;
21277
+ }
21278
+ .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-high-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
21279
+ width:100%;
21465
21280
  }
21466
21281
  .ag-theme-salt-high-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-high-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
21467
21282
  background:var(--agGrid-range-selection-background);
@@ -21501,12 +21316,9 @@ div[class*=ag-theme-salt]{
21501
21316
  background-color:var(--salt-actionable-secondary-background-active);
21502
21317
  color:var(--salt-actionable-secondary-foreground-active);
21503
21318
  }
21504
- .ag-theme-salt-high-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
21505
- border-left:2px solid transparent;
21506
- }
21507
21319
  .ag-theme-salt-high-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
21508
- border:2px dotted var(--salt-focused-outlineColor);
21509
- outline:none;
21320
+ outline:2px dotted var(--salt-focused-outlineColor);
21321
+ outline-offset:-2px;
21510
21322
  }
21511
21323
  .ag-theme-salt-high-light .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
21512
21324
  border-left-color:var(--salt-navigable-indicator-active);
@@ -21577,8 +21389,9 @@ div[class*=ag-theme-salt]{
21577
21389
  color:var(--agGrid-pagination-button-color-disabled);
21578
21390
  }
21579
21391
  .ag-theme-salt-high-light .ag-keyboard-focus .ag-paging-button:focus:after{
21580
- border:2px dotted var(--agGrid-color-focus);
21581
- outline:none;
21392
+ border:none;
21393
+ outline:dotted 2px var(--agGrid-color-focus);
21394
+ outline-offset:-2px;
21582
21395
  }
21583
21396
  .ag-theme-salt-high-light .ag-input-field-input{
21584
21397
  border:0;
@@ -21606,14 +21419,9 @@ div[class*=ag-theme-salt]{
21606
21419
  .ag-theme-salt-high-light .ag-header-cell.ag-floating-filter:after{
21607
21420
  content:none;
21608
21421
  }
21609
- .ag-theme-salt-high-light .ag-floating-filter-body,.ag-theme-salt-high-light .ag-floating-filter-button{
21610
- border:1px solid transparent;
21611
- }
21612
- .ag-theme-salt-high-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-high-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
21613
- border:none;
21614
- }
21615
21422
  .ag-theme-salt-high-light .ag-header-cell.ag-floating-filter:focus-within{
21616
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
21423
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
21424
+ outline-offset:-2px;
21617
21425
  }
21618
21426
  .ag-theme-salt-high-light .ag-pinned-right-header .ag-floating-filter{
21619
21427
  border-left:0;
@@ -26426,13 +26234,15 @@ div[class*=ag-theme-salt]{
26426
26234
  border:none;
26427
26235
  }
26428
26236
  .ag-theme-salt-medium-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-medium-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-medium-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
26429
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
26237
+ border:none;
26238
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
26239
+ outline-offset:-2px;
26430
26240
  }
26431
26241
  .ag-theme-salt-medium-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-medium-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
26432
26242
  align-items:center;
26433
26243
  }
26434
26244
  .ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-medium-dark .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-medium-dark .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-medium-dark .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-medium-dark .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-medium-dark .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
26435
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
26245
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
26436
26246
  }
26437
26247
  .ag-theme-salt-medium-dark .ag-toggle-button-input-wrapper{
26438
26248
  background-color:var(--agGrid-toggle-button-background);
@@ -26524,7 +26334,6 @@ div[class*=ag-theme-salt]{
26524
26334
  padding:0;
26525
26335
  }
26526
26336
  .ag-theme-salt-medium-dark .ag-menu .ag-input-field-input[type=text]{
26527
- border:2px dotted transparent;
26528
26337
  font-size:inherit;
26529
26338
  height:var(--agGrid-input-height);
26530
26339
  line-height:var(--agGrid-input-height);
@@ -26641,82 +26450,9 @@ div[class*=ag-theme-salt]{
26641
26450
  width:auto;
26642
26451
  }
26643
26452
  .ag-theme-salt-medium-dark .ag-header-cell,.ag-theme-salt-medium-dark .ag-header-group-cell{
26644
- padding:0 calc(var(--salt-spacing-100) + 2px);
26453
+ padding:0 calc(var(--salt-spacing-100));
26645
26454
  }
26646
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
26647
- border-right:2px solid transparent;
26648
- overflow:unset;
26649
- }
26650
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
26651
- border-left:2px solid transparent;
26652
- overflow:unset;
26653
- }
26654
- .ag-theme-salt-medium-dark .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
26655
- background-color:var(--salt-separable-tertiary-borderColor);
26656
- content:"";
26657
- height:calc(100% + 4px);
26658
- position:absolute;
26659
- right:-2px;
26660
- top:-2px;
26661
- width:1px;
26662
- z-index:1;
26663
- }
26664
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
26665
- background-color:var(--salt-separable-tertiary-borderColor);
26666
- content:"";
26667
- height:calc(100% + 4px);
26668
- position:absolute;
26669
- right:-1px;
26670
- top:-2px;
26671
- width:1px;
26672
- z-index:1;
26673
- }
26674
- .ag-theme-salt-medium-dark .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
26675
- background-color:var(--salt-separable-tertiary-borderColor);
26676
- content:"";
26677
- height:calc(100% + 4px);
26678
- left:-3px;
26679
- position:absolute;
26680
- top:-2px;
26681
- width:1px;
26682
- z-index:1;
26683
- }
26684
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
26685
- background-color:var(--salt-separable-tertiary-borderColor);
26686
- content:"";
26687
- height:calc(100% + 4px);
26688
- left:-2px;
26689
- position:absolute;
26690
- top:-2px;
26691
- width:1px;
26692
- z-index:1;
26693
- }
26694
- .ag-theme-salt-medium-dark .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-medium-dark .ag-pinned-right-header .ag-header-row-column:after{
26695
- background-color:var(--salt-separable-tertiary-borderColor);
26696
- content:"";
26697
- height:var(--agGrid-column-separator-height);
26698
- left:-1px;
26699
- position:absolute;
26700
- top:var(--agGrid-column-separator-top);
26701
- width:1px;
26702
- z-index:1;
26703
- }
26704
- .ag-theme-salt-medium-dark .ag-pinned-left-header .ag-header-row:first-child:after{
26705
- background-color:var(--salt-separable-tertiary-borderColor);
26706
- content:"";
26707
- height:var(--agGrid-column-separator-height);
26708
- position:absolute;
26709
- right:0;
26710
- top:var(--agGrid-column-separator-top);
26711
- width:1px;
26712
- z-index:1;
26713
- }
26714
- .ag-theme-salt-medium-dark .ag-pinned-left-header{
26715
- border-right:none;
26716
- overflow:unset;
26717
- }
26718
- .ag-theme-salt-medium-dark .ag-pinned-right-header{
26719
- border-left:none;
26455
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-medium-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
26720
26456
  overflow:unset;
26721
26457
  }
26722
26458
  .ag-theme-salt-medium-dark .ag-row{
@@ -26746,11 +26482,8 @@ div[class*=ag-theme-salt]{
26746
26482
  top:-1px;
26747
26483
  z-index:1;
26748
26484
  }
26749
- .ag-theme-salt-medium-dark .ag-ltr .ag-row-group-leaf-indent{
26750
- border-left:2px solid transparent;
26751
- }
26752
26485
  .ag-theme-salt-medium-dark .ag-cell{
26753
- border-left:0;
26486
+ border:0;
26754
26487
  padding-left:var(--salt-spacing-100);
26755
26488
  padding-right:var(--salt-spacing-100);
26756
26489
  }
@@ -26758,8 +26491,8 @@ div[class*=ag-theme-salt]{
26758
26491
  height:100%;
26759
26492
  }
26760
26493
  .ag-theme-salt-medium-dark .ag-ltr .ag-cell{
26761
- border:2px solid transparent;
26762
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
26494
+ border:none;
26495
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
26763
26496
  }
26764
26497
  .ag-theme-salt-medium-dark .ag-cell-label-container{
26765
26498
  padding:var(--salt-spacing-100) 0;
@@ -26780,9 +26513,9 @@ div[class*=ag-theme-salt]{
26780
26513
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
26781
26514
  border-top:0 solid transparent;
26782
26515
  content:"";
26783
- left:-2px;
26516
+ left:0;
26784
26517
  position:absolute;
26785
- top:-2px;
26518
+ top:0;
26786
26519
  z-index:2;
26787
26520
  }
26788
26521
  .ag-theme-salt-medium-dark .ag-cell-inline-editing.ag-cell-focus{
@@ -26795,20 +26528,54 @@ div[class*=ag-theme-salt]{
26795
26528
  padding:0 !important;
26796
26529
  }
26797
26530
  .ag-theme-salt-medium-dark .ag-cell-editor .ag-input-field-input{
26798
- padding-left:6px;
26799
- padding-right:6px;
26531
+ padding-left:8px;
26532
+ padding-right:8px;
26800
26533
  }
26801
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
26534
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
26802
26535
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
26536
+ content:"";
26537
+ height:99%;
26538
+ left:0;
26539
+ position:absolute;
26540
+ top:0;
26541
+ width:2px;
26542
+ z-index:1;
26803
26543
  }
26804
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
26544
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
26805
26545
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
26546
+ content:"";
26547
+ height:99%;
26548
+ position:absolute;
26549
+ right:0;
26550
+ top:0;
26551
+ width:2px;
26552
+ z-index:1;
26806
26553
  }
26807
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
26554
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
26555
+ height:100%;
26556
+ }
26557
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
26808
26558
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
26559
+ content:"";
26560
+ height:2px;
26561
+ left:0;
26562
+ position:absolute;
26563
+ top:0;
26564
+ width:99%;
26565
+ z-index:1;
26809
26566
  }
26810
- .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
26567
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
26811
26568
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
26569
+ bottom:0;
26570
+ content:"";
26571
+ height:2px;
26572
+ left:0;
26573
+ position:absolute;
26574
+ width:99%;
26575
+ z-index:1;
26576
+ }
26577
+ .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
26578
+ width:100%;
26812
26579
  }
26813
26580
  .ag-theme-salt-medium-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-medium-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
26814
26581
  background:var(--agGrid-range-selection-background);
@@ -26848,12 +26615,9 @@ div[class*=ag-theme-salt]{
26848
26615
  background-color:var(--salt-actionable-secondary-background-active);
26849
26616
  color:var(--salt-actionable-secondary-foreground-active);
26850
26617
  }
26851
- .ag-theme-salt-medium-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
26852
- border-left:2px solid transparent;
26853
- }
26854
26618
  .ag-theme-salt-medium-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
26855
- border:2px dotted var(--salt-focused-outlineColor);
26856
- outline:none;
26619
+ outline:2px dotted var(--salt-focused-outlineColor);
26620
+ outline-offset:-2px;
26857
26621
  }
26858
26622
  .ag-theme-salt-medium-dark .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
26859
26623
  border-left-color:var(--salt-navigable-indicator-active);
@@ -26924,8 +26688,9 @@ div[class*=ag-theme-salt]{
26924
26688
  color:var(--agGrid-pagination-button-color-disabled);
26925
26689
  }
26926
26690
  .ag-theme-salt-medium-dark .ag-keyboard-focus .ag-paging-button:focus:after{
26927
- border:2px dotted var(--agGrid-color-focus);
26928
- outline:none;
26691
+ border:none;
26692
+ outline:dotted 2px var(--agGrid-color-focus);
26693
+ outline-offset:-2px;
26929
26694
  }
26930
26695
  .ag-theme-salt-medium-dark .ag-input-field-input{
26931
26696
  border:0;
@@ -26953,14 +26718,9 @@ div[class*=ag-theme-salt]{
26953
26718
  .ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter:after{
26954
26719
  content:none;
26955
26720
  }
26956
- .ag-theme-salt-medium-dark .ag-floating-filter-body,.ag-theme-salt-medium-dark .ag-floating-filter-button{
26957
- border:1px solid transparent;
26958
- }
26959
- .ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
26960
- border:none;
26961
- }
26962
26721
  .ag-theme-salt-medium-dark .ag-header-cell.ag-floating-filter:focus-within{
26963
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
26722
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
26723
+ outline-offset:-2px;
26964
26724
  }
26965
26725
  .ag-theme-salt-medium-dark .ag-pinned-right-header .ag-floating-filter{
26966
26726
  border-left:0;
@@ -31763,13 +31523,15 @@ div[class*=ag-theme-salt]{
31763
31523
  border:none;
31764
31524
  }
31765
31525
  .ag-theme-salt-medium-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-medium-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-medium-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-medium-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-medium-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
31766
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
31526
+ border:none;
31527
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
31528
+ outline-offset:-2px;
31767
31529
  }
31768
31530
  .ag-theme-salt-medium-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-medium-light .ag-rtl .ag-cell-wrapper.ag-row-group{
31769
31531
  align-items:center;
31770
31532
  }
31771
31533
  .ag-theme-salt-medium-light .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-medium-light .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-medium-light .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-medium-light .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-medium-light .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-medium-light .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
31772
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
31534
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
31773
31535
  }
31774
31536
  .ag-theme-salt-medium-light .ag-toggle-button-input-wrapper{
31775
31537
  background-color:var(--agGrid-toggle-button-background);
@@ -31861,7 +31623,6 @@ div[class*=ag-theme-salt]{
31861
31623
  padding:0;
31862
31624
  }
31863
31625
  .ag-theme-salt-medium-light .ag-menu .ag-input-field-input[type=text]{
31864
- border:2px dotted transparent;
31865
31626
  font-size:inherit;
31866
31627
  height:var(--agGrid-input-height);
31867
31628
  line-height:var(--agGrid-input-height);
@@ -31978,82 +31739,9 @@ div[class*=ag-theme-salt]{
31978
31739
  width:auto;
31979
31740
  }
31980
31741
  .ag-theme-salt-medium-light .ag-header-cell,.ag-theme-salt-medium-light .ag-header-group-cell{
31981
- padding:0 calc(var(--salt-spacing-100) + 2px);
31982
- }
31983
- .ag-theme-salt-medium-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
31984
- border-right:2px solid transparent;
31985
- overflow:unset;
31986
- }
31987
- .ag-theme-salt-medium-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
31988
- border-left:2px solid transparent;
31989
- overflow:unset;
31990
- }
31991
- .ag-theme-salt-medium-light .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
31992
- background-color:var(--salt-separable-tertiary-borderColor);
31993
- content:"";
31994
- height:calc(100% + 4px);
31995
- position:absolute;
31996
- right:-2px;
31997
- top:-2px;
31998
- width:1px;
31999
- z-index:1;
32000
- }
32001
- .ag-theme-salt-medium-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
32002
- background-color:var(--salt-separable-tertiary-borderColor);
32003
- content:"";
32004
- height:calc(100% + 4px);
32005
- position:absolute;
32006
- right:-1px;
32007
- top:-2px;
32008
- width:1px;
32009
- z-index:1;
32010
- }
32011
- .ag-theme-salt-medium-light .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
32012
- background-color:var(--salt-separable-tertiary-borderColor);
32013
- content:"";
32014
- height:calc(100% + 4px);
32015
- left:-3px;
32016
- position:absolute;
32017
- top:-2px;
32018
- width:1px;
32019
- z-index:1;
32020
- }
32021
- .ag-theme-salt-medium-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
32022
- background-color:var(--salt-separable-tertiary-borderColor);
32023
- content:"";
32024
- height:calc(100% + 4px);
32025
- left:-2px;
32026
- position:absolute;
32027
- top:-2px;
32028
- width:1px;
32029
- z-index:1;
32030
- }
32031
- .ag-theme-salt-medium-light .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-medium-light .ag-pinned-right-header .ag-header-row-column:after{
32032
- background-color:var(--salt-separable-tertiary-borderColor);
32033
- content:"";
32034
- height:var(--agGrid-column-separator-height);
32035
- left:-1px;
32036
- position:absolute;
32037
- top:var(--agGrid-column-separator-top);
32038
- width:1px;
32039
- z-index:1;
31742
+ padding:0 calc(var(--salt-spacing-100));
32040
31743
  }
32041
- .ag-theme-salt-medium-light .ag-pinned-left-header .ag-header-row:first-child:after{
32042
- background-color:var(--salt-separable-tertiary-borderColor);
32043
- content:"";
32044
- height:var(--agGrid-column-separator-height);
32045
- position:absolute;
32046
- right:0;
32047
- top:var(--agGrid-column-separator-top);
32048
- width:1px;
32049
- z-index:1;
32050
- }
32051
- .ag-theme-salt-medium-light .ag-pinned-left-header{
32052
- border-right:none;
32053
- overflow:unset;
32054
- }
32055
- .ag-theme-salt-medium-light .ag-pinned-right-header{
32056
- border-left:none;
31744
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-medium-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
32057
31745
  overflow:unset;
32058
31746
  }
32059
31747
  .ag-theme-salt-medium-light .ag-row{
@@ -32083,11 +31771,8 @@ div[class*=ag-theme-salt]{
32083
31771
  top:-1px;
32084
31772
  z-index:1;
32085
31773
  }
32086
- .ag-theme-salt-medium-light .ag-ltr .ag-row-group-leaf-indent{
32087
- border-left:2px solid transparent;
32088
- }
32089
31774
  .ag-theme-salt-medium-light .ag-cell{
32090
- border-left:0;
31775
+ border:0;
32091
31776
  padding-left:var(--salt-spacing-100);
32092
31777
  padding-right:var(--salt-spacing-100);
32093
31778
  }
@@ -32095,8 +31780,8 @@ div[class*=ag-theme-salt]{
32095
31780
  height:100%;
32096
31781
  }
32097
31782
  .ag-theme-salt-medium-light .ag-ltr .ag-cell{
32098
- border:2px solid transparent;
32099
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
31783
+ border:none;
31784
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
32100
31785
  }
32101
31786
  .ag-theme-salt-medium-light .ag-cell-label-container{
32102
31787
  padding:var(--salt-spacing-100) 0;
@@ -32117,9 +31802,9 @@ div[class*=ag-theme-salt]{
32117
31802
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
32118
31803
  border-top:0 solid transparent;
32119
31804
  content:"";
32120
- left:-2px;
31805
+ left:0;
32121
31806
  position:absolute;
32122
- top:-2px;
31807
+ top:0;
32123
31808
  z-index:2;
32124
31809
  }
32125
31810
  .ag-theme-salt-medium-light .ag-cell-inline-editing.ag-cell-focus{
@@ -32132,20 +31817,54 @@ div[class*=ag-theme-salt]{
32132
31817
  padding:0 !important;
32133
31818
  }
32134
31819
  .ag-theme-salt-medium-light .ag-cell-editor .ag-input-field-input{
32135
- padding-left:6px;
32136
- padding-right:6px;
31820
+ padding-left:8px;
31821
+ padding-right:8px;
32137
31822
  }
32138
- .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
31823
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
32139
31824
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
31825
+ content:"";
31826
+ height:99%;
31827
+ left:0;
31828
+ position:absolute;
31829
+ top:0;
31830
+ width:2px;
31831
+ z-index:1;
32140
31832
  }
32141
- .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
31833
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
32142
31834
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
31835
+ content:"";
31836
+ height:99%;
31837
+ position:absolute;
31838
+ right:0;
31839
+ top:0;
31840
+ width:2px;
31841
+ z-index:1;
32143
31842
  }
32144
- .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
31843
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
31844
+ height:100%;
31845
+ }
31846
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
32145
31847
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
31848
+ content:"";
31849
+ height:2px;
31850
+ left:0;
31851
+ position:absolute;
31852
+ top:0;
31853
+ width:99%;
31854
+ z-index:1;
32146
31855
  }
32147
- .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
31856
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
32148
31857
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
31858
+ bottom:0;
31859
+ content:"";
31860
+ height:2px;
31861
+ left:0;
31862
+ position:absolute;
31863
+ width:99%;
31864
+ z-index:1;
31865
+ }
31866
+ .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
31867
+ width:100%;
32149
31868
  }
32150
31869
  .ag-theme-salt-medium-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-medium-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
32151
31870
  background:var(--agGrid-range-selection-background);
@@ -32185,12 +31904,9 @@ div[class*=ag-theme-salt]{
32185
31904
  background-color:var(--salt-actionable-secondary-background-active);
32186
31905
  color:var(--salt-actionable-secondary-foreground-active);
32187
31906
  }
32188
- .ag-theme-salt-medium-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
32189
- border-left:2px solid transparent;
32190
- }
32191
31907
  .ag-theme-salt-medium-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
32192
- border:2px dotted var(--salt-focused-outlineColor);
32193
- outline:none;
31908
+ outline:2px dotted var(--salt-focused-outlineColor);
31909
+ outline-offset:-2px;
32194
31910
  }
32195
31911
  .ag-theme-salt-medium-light .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
32196
31912
  border-left-color:var(--salt-navigable-indicator-active);
@@ -32261,8 +31977,9 @@ div[class*=ag-theme-salt]{
32261
31977
  color:var(--agGrid-pagination-button-color-disabled);
32262
31978
  }
32263
31979
  .ag-theme-salt-medium-light .ag-keyboard-focus .ag-paging-button:focus:after{
32264
- border:2px dotted var(--agGrid-color-focus);
32265
- outline:none;
31980
+ border:none;
31981
+ outline:dotted 2px var(--agGrid-color-focus);
31982
+ outline-offset:-2px;
32266
31983
  }
32267
31984
  .ag-theme-salt-medium-light .ag-input-field-input{
32268
31985
  border:0;
@@ -32290,14 +32007,9 @@ div[class*=ag-theme-salt]{
32290
32007
  .ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter:after{
32291
32008
  content:none;
32292
32009
  }
32293
- .ag-theme-salt-medium-light .ag-floating-filter-body,.ag-theme-salt-medium-light .ag-floating-filter-button{
32294
- border:1px solid transparent;
32295
- }
32296
- .ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
32297
- border:none;
32298
- }
32299
32010
  .ag-theme-salt-medium-light .ag-header-cell.ag-floating-filter:focus-within{
32300
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
32011
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
32012
+ outline-offset:-2px;
32301
32013
  }
32302
32014
  .ag-theme-salt-medium-light .ag-pinned-right-header .ag-floating-filter{
32303
32015
  border-left:0;
@@ -37106,13 +36818,15 @@ div[class*=ag-theme-salt]{
37106
36818
  border:none;
37107
36819
  }
37108
36820
  .ag-theme-salt-low-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-low-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-low-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
37109
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
36821
+ border:none;
36822
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
36823
+ outline-offset:-2px;
37110
36824
  }
37111
36825
  .ag-theme-salt-low-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-low-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
37112
36826
  align-items:center;
37113
36827
  }
37114
36828
  .ag-theme-salt-low-dark .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-low-dark .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-low-dark .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-low-dark .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-low-dark .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-low-dark .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
37115
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
36829
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
37116
36830
  }
37117
36831
  .ag-theme-salt-low-dark .ag-toggle-button-input-wrapper{
37118
36832
  background-color:var(--agGrid-toggle-button-background);
@@ -37204,7 +36918,6 @@ div[class*=ag-theme-salt]{
37204
36918
  padding:0;
37205
36919
  }
37206
36920
  .ag-theme-salt-low-dark .ag-menu .ag-input-field-input[type=text]{
37207
- border:2px dotted transparent;
37208
36921
  font-size:inherit;
37209
36922
  height:var(--agGrid-input-height);
37210
36923
  line-height:var(--agGrid-input-height);
@@ -37321,82 +37034,9 @@ div[class*=ag-theme-salt]{
37321
37034
  width:auto;
37322
37035
  }
37323
37036
  .ag-theme-salt-low-dark .ag-header-cell,.ag-theme-salt-low-dark .ag-header-group-cell{
37324
- padding:0 calc(var(--salt-spacing-100) + 2px);
37037
+ padding:0 calc(var(--salt-spacing-100));
37325
37038
  }
37326
- .ag-theme-salt-low-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
37327
- border-right:2px solid transparent;
37328
- overflow:unset;
37329
- }
37330
- .ag-theme-salt-low-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
37331
- border-left:2px solid transparent;
37332
- overflow:unset;
37333
- }
37334
- .ag-theme-salt-low-dark .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
37335
- background-color:var(--salt-separable-tertiary-borderColor);
37336
- content:"";
37337
- height:calc(100% + 4px);
37338
- position:absolute;
37339
- right:-2px;
37340
- top:-2px;
37341
- width:1px;
37342
- z-index:1;
37343
- }
37344
- .ag-theme-salt-low-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
37345
- background-color:var(--salt-separable-tertiary-borderColor);
37346
- content:"";
37347
- height:calc(100% + 4px);
37348
- position:absolute;
37349
- right:-1px;
37350
- top:-2px;
37351
- width:1px;
37352
- z-index:1;
37353
- }
37354
- .ag-theme-salt-low-dark .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
37355
- background-color:var(--salt-separable-tertiary-borderColor);
37356
- content:"";
37357
- height:calc(100% + 4px);
37358
- left:-3px;
37359
- position:absolute;
37360
- top:-2px;
37361
- width:1px;
37362
- z-index:1;
37363
- }
37364
- .ag-theme-salt-low-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
37365
- background-color:var(--salt-separable-tertiary-borderColor);
37366
- content:"";
37367
- height:calc(100% + 4px);
37368
- left:-2px;
37369
- position:absolute;
37370
- top:-2px;
37371
- width:1px;
37372
- z-index:1;
37373
- }
37374
- .ag-theme-salt-low-dark .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-low-dark .ag-pinned-right-header .ag-header-row-column:after{
37375
- background-color:var(--salt-separable-tertiary-borderColor);
37376
- content:"";
37377
- height:var(--agGrid-column-separator-height);
37378
- left:-1px;
37379
- position:absolute;
37380
- top:var(--agGrid-column-separator-top);
37381
- width:1px;
37382
- z-index:1;
37383
- }
37384
- .ag-theme-salt-low-dark .ag-pinned-left-header .ag-header-row:first-child:after{
37385
- background-color:var(--salt-separable-tertiary-borderColor);
37386
- content:"";
37387
- height:var(--agGrid-column-separator-height);
37388
- position:absolute;
37389
- right:0;
37390
- top:var(--agGrid-column-separator-top);
37391
- width:1px;
37392
- z-index:1;
37393
- }
37394
- .ag-theme-salt-low-dark .ag-pinned-left-header{
37395
- border-right:none;
37396
- overflow:unset;
37397
- }
37398
- .ag-theme-salt-low-dark .ag-pinned-right-header{
37399
- border-left:none;
37039
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-low-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
37400
37040
  overflow:unset;
37401
37041
  }
37402
37042
  .ag-theme-salt-low-dark .ag-row{
@@ -37426,11 +37066,8 @@ div[class*=ag-theme-salt]{
37426
37066
  top:-1px;
37427
37067
  z-index:1;
37428
37068
  }
37429
- .ag-theme-salt-low-dark .ag-ltr .ag-row-group-leaf-indent{
37430
- border-left:2px solid transparent;
37431
- }
37432
37069
  .ag-theme-salt-low-dark .ag-cell{
37433
- border-left:0;
37070
+ border:0;
37434
37071
  padding-left:var(--salt-spacing-100);
37435
37072
  padding-right:var(--salt-spacing-100);
37436
37073
  }
@@ -37438,8 +37075,8 @@ div[class*=ag-theme-salt]{
37438
37075
  height:100%;
37439
37076
  }
37440
37077
  .ag-theme-salt-low-dark .ag-ltr .ag-cell{
37441
- border:2px solid transparent;
37442
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
37078
+ border:none;
37079
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
37443
37080
  }
37444
37081
  .ag-theme-salt-low-dark .ag-cell-label-container{
37445
37082
  padding:var(--salt-spacing-100) 0;
@@ -37460,9 +37097,9 @@ div[class*=ag-theme-salt]{
37460
37097
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
37461
37098
  border-top:0 solid transparent;
37462
37099
  content:"";
37463
- left:-2px;
37100
+ left:0;
37464
37101
  position:absolute;
37465
- top:-2px;
37102
+ top:0;
37466
37103
  z-index:2;
37467
37104
  }
37468
37105
  .ag-theme-salt-low-dark .ag-cell-inline-editing.ag-cell-focus{
@@ -37475,20 +37112,54 @@ div[class*=ag-theme-salt]{
37475
37112
  padding:0 !important;
37476
37113
  }
37477
37114
  .ag-theme-salt-low-dark .ag-cell-editor .ag-input-field-input{
37478
- padding-left:10px;
37479
- padding-right:10px;
37115
+ padding-left:12px;
37116
+ padding-right:12px;
37480
37117
  }
37481
- .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
37118
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
37482
37119
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
37120
+ content:"";
37121
+ height:99%;
37122
+ left:0;
37123
+ position:absolute;
37124
+ top:0;
37125
+ width:2px;
37126
+ z-index:1;
37483
37127
  }
37484
- .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
37128
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
37485
37129
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
37130
+ content:"";
37131
+ height:99%;
37132
+ position:absolute;
37133
+ right:0;
37134
+ top:0;
37135
+ width:2px;
37136
+ z-index:1;
37486
37137
  }
37487
- .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
37138
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
37139
+ height:100%;
37140
+ }
37141
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
37488
37142
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
37143
+ content:"";
37144
+ height:2px;
37145
+ left:0;
37146
+ position:absolute;
37147
+ top:0;
37148
+ width:99%;
37149
+ z-index:1;
37489
37150
  }
37490
- .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
37151
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
37491
37152
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
37153
+ bottom:0;
37154
+ content:"";
37155
+ height:2px;
37156
+ left:0;
37157
+ position:absolute;
37158
+ width:99%;
37159
+ z-index:1;
37160
+ }
37161
+ .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
37162
+ width:100%;
37492
37163
  }
37493
37164
  .ag-theme-salt-low-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-low-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
37494
37165
  background:var(--agGrid-range-selection-background);
@@ -37528,12 +37199,9 @@ div[class*=ag-theme-salt]{
37528
37199
  background-color:var(--salt-actionable-secondary-background-active);
37529
37200
  color:var(--salt-actionable-secondary-foreground-active);
37530
37201
  }
37531
- .ag-theme-salt-low-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
37532
- border-left:2px solid transparent;
37533
- }
37534
37202
  .ag-theme-salt-low-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
37535
- border:2px dotted var(--salt-focused-outlineColor);
37536
- outline:none;
37203
+ outline:2px dotted var(--salt-focused-outlineColor);
37204
+ outline-offset:-2px;
37537
37205
  }
37538
37206
  .ag-theme-salt-low-dark .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
37539
37207
  border-left-color:var(--salt-navigable-indicator-active);
@@ -37604,8 +37272,9 @@ div[class*=ag-theme-salt]{
37604
37272
  color:var(--agGrid-pagination-button-color-disabled);
37605
37273
  }
37606
37274
  .ag-theme-salt-low-dark .ag-keyboard-focus .ag-paging-button:focus:after{
37607
- border:2px dotted var(--agGrid-color-focus);
37608
- outline:none;
37275
+ border:none;
37276
+ outline:dotted 2px var(--agGrid-color-focus);
37277
+ outline-offset:-2px;
37609
37278
  }
37610
37279
  .ag-theme-salt-low-dark .ag-input-field-input{
37611
37280
  border:0;
@@ -37633,14 +37302,9 @@ div[class*=ag-theme-salt]{
37633
37302
  .ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter:after{
37634
37303
  content:none;
37635
37304
  }
37636
- .ag-theme-salt-low-dark .ag-floating-filter-body,.ag-theme-salt-low-dark .ag-floating-filter-button{
37637
- border:1px solid transparent;
37638
- }
37639
- .ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
37640
- border:none;
37641
- }
37642
37305
  .ag-theme-salt-low-dark .ag-header-cell.ag-floating-filter:focus-within{
37643
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
37306
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
37307
+ outline-offset:-2px;
37644
37308
  }
37645
37309
  .ag-theme-salt-low-dark .ag-pinned-right-header .ag-floating-filter{
37646
37310
  border-left:0;
@@ -42439,13 +42103,15 @@ div[class*=ag-theme-salt]{
42439
42103
  border:none;
42440
42104
  }
42441
42105
  .ag-theme-salt-low-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-low-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-low-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-low-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-low-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
42442
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
42106
+ border:none;
42107
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
42108
+ outline-offset:-2px;
42443
42109
  }
42444
42110
  .ag-theme-salt-low-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-low-light .ag-rtl .ag-cell-wrapper.ag-row-group{
42445
42111
  align-items:center;
42446
42112
  }
42447
42113
  .ag-theme-salt-low-light .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-low-light .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-low-light .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-low-light .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-low-light .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-low-light .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
42448
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
42114
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
42449
42115
  }
42450
42116
  .ag-theme-salt-low-light .ag-toggle-button-input-wrapper{
42451
42117
  background-color:var(--agGrid-toggle-button-background);
@@ -42537,7 +42203,6 @@ div[class*=ag-theme-salt]{
42537
42203
  padding:0;
42538
42204
  }
42539
42205
  .ag-theme-salt-low-light .ag-menu .ag-input-field-input[type=text]{
42540
- border:2px dotted transparent;
42541
42206
  font-size:inherit;
42542
42207
  height:var(--agGrid-input-height);
42543
42208
  line-height:var(--agGrid-input-height);
@@ -42654,82 +42319,9 @@ div[class*=ag-theme-salt]{
42654
42319
  width:auto;
42655
42320
  }
42656
42321
  .ag-theme-salt-low-light .ag-header-cell,.ag-theme-salt-low-light .ag-header-group-cell{
42657
- padding:0 calc(var(--salt-spacing-100) + 2px);
42322
+ padding:0 calc(var(--salt-spacing-100));
42658
42323
  }
42659
- .ag-theme-salt-low-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
42660
- border-right:2px solid transparent;
42661
- overflow:unset;
42662
- }
42663
- .ag-theme-salt-low-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
42664
- border-left:2px solid transparent;
42665
- overflow:unset;
42666
- }
42667
- .ag-theme-salt-low-light .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
42668
- background-color:var(--salt-separable-tertiary-borderColor);
42669
- content:"";
42670
- height:calc(100% + 4px);
42671
- position:absolute;
42672
- right:-2px;
42673
- top:-2px;
42674
- width:1px;
42675
- z-index:1;
42676
- }
42677
- .ag-theme-salt-low-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
42678
- background-color:var(--salt-separable-tertiary-borderColor);
42679
- content:"";
42680
- height:calc(100% + 4px);
42681
- position:absolute;
42682
- right:-1px;
42683
- top:-2px;
42684
- width:1px;
42685
- z-index:1;
42686
- }
42687
- .ag-theme-salt-low-light .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
42688
- background-color:var(--salt-separable-tertiary-borderColor);
42689
- content:"";
42690
- height:calc(100% + 4px);
42691
- left:-3px;
42692
- position:absolute;
42693
- top:-2px;
42694
- width:1px;
42695
- z-index:1;
42696
- }
42697
- .ag-theme-salt-low-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
42698
- background-color:var(--salt-separable-tertiary-borderColor);
42699
- content:"";
42700
- height:calc(100% + 4px);
42701
- left:-2px;
42702
- position:absolute;
42703
- top:-2px;
42704
- width:1px;
42705
- z-index:1;
42706
- }
42707
- .ag-theme-salt-low-light .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-low-light .ag-pinned-right-header .ag-header-row-column:after{
42708
- background-color:var(--salt-separable-tertiary-borderColor);
42709
- content:"";
42710
- height:var(--agGrid-column-separator-height);
42711
- left:-1px;
42712
- position:absolute;
42713
- top:var(--agGrid-column-separator-top);
42714
- width:1px;
42715
- z-index:1;
42716
- }
42717
- .ag-theme-salt-low-light .ag-pinned-left-header .ag-header-row:first-child:after{
42718
- background-color:var(--salt-separable-tertiary-borderColor);
42719
- content:"";
42720
- height:var(--agGrid-column-separator-height);
42721
- position:absolute;
42722
- right:0;
42723
- top:var(--agGrid-column-separator-top);
42724
- width:1px;
42725
- z-index:1;
42726
- }
42727
- .ag-theme-salt-low-light .ag-pinned-left-header{
42728
- border-right:none;
42729
- overflow:unset;
42730
- }
42731
- .ag-theme-salt-low-light .ag-pinned-right-header{
42732
- border-left:none;
42324
+ .ag-theme-salt-low-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-low-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
42733
42325
  overflow:unset;
42734
42326
  }
42735
42327
  .ag-theme-salt-low-light .ag-row{
@@ -42759,11 +42351,8 @@ div[class*=ag-theme-salt]{
42759
42351
  top:-1px;
42760
42352
  z-index:1;
42761
42353
  }
42762
- .ag-theme-salt-low-light .ag-ltr .ag-row-group-leaf-indent{
42763
- border-left:2px solid transparent;
42764
- }
42765
42354
  .ag-theme-salt-low-light .ag-cell{
42766
- border-left:0;
42355
+ border:0;
42767
42356
  padding-left:var(--salt-spacing-100);
42768
42357
  padding-right:var(--salt-spacing-100);
42769
42358
  }
@@ -42771,8 +42360,8 @@ div[class*=ag-theme-salt]{
42771
42360
  height:100%;
42772
42361
  }
42773
42362
  .ag-theme-salt-low-light .ag-ltr .ag-cell{
42774
- border:2px solid transparent;
42775
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
42363
+ border:none;
42364
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
42776
42365
  }
42777
42366
  .ag-theme-salt-low-light .ag-cell-label-container{
42778
42367
  padding:var(--salt-spacing-100) 0;
@@ -42793,9 +42382,9 @@ div[class*=ag-theme-salt]{
42793
42382
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
42794
42383
  border-top:0 solid transparent;
42795
42384
  content:"";
42796
- left:-2px;
42385
+ left:0;
42797
42386
  position:absolute;
42798
- top:-2px;
42387
+ top:0;
42799
42388
  z-index:2;
42800
42389
  }
42801
42390
  .ag-theme-salt-low-light .ag-cell-inline-editing.ag-cell-focus{
@@ -42808,20 +42397,54 @@ div[class*=ag-theme-salt]{
42808
42397
  padding:0 !important;
42809
42398
  }
42810
42399
  .ag-theme-salt-low-light .ag-cell-editor .ag-input-field-input{
42811
- padding-left:10px;
42812
- padding-right:10px;
42400
+ padding-left:12px;
42401
+ padding-right:12px;
42813
42402
  }
42814
- .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
42403
+ .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
42815
42404
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
42405
+ content:"";
42406
+ height:99%;
42407
+ left:0;
42408
+ position:absolute;
42409
+ top:0;
42410
+ width:2px;
42411
+ z-index:1;
42816
42412
  }
42817
- .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
42413
+ .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
42818
42414
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
42415
+ content:"";
42416
+ height:99%;
42417
+ position:absolute;
42418
+ right:0;
42419
+ top:0;
42420
+ width:2px;
42421
+ z-index:1;
42819
42422
  }
42820
- .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
42423
+ .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
42424
+ height:100%;
42425
+ }
42426
+ .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
42821
42427
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
42428
+ content:"";
42429
+ height:2px;
42430
+ left:0;
42431
+ position:absolute;
42432
+ top:0;
42433
+ width:99%;
42434
+ z-index:1;
42822
42435
  }
42823
- .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
42436
+ .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
42824
42437
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
42438
+ bottom:0;
42439
+ content:"";
42440
+ height:2px;
42441
+ left:0;
42442
+ position:absolute;
42443
+ width:99%;
42444
+ z-index:1;
42445
+ }
42446
+ .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-low-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
42447
+ width:100%;
42825
42448
  }
42826
42449
  .ag-theme-salt-low-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-low-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
42827
42450
  background:var(--agGrid-range-selection-background);
@@ -42861,12 +42484,9 @@ div[class*=ag-theme-salt]{
42861
42484
  background-color:var(--salt-actionable-secondary-background-active);
42862
42485
  color:var(--salt-actionable-secondary-foreground-active);
42863
42486
  }
42864
- .ag-theme-salt-low-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
42865
- border-left:2px solid transparent;
42866
- }
42867
42487
  .ag-theme-salt-low-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
42868
- border:2px dotted var(--salt-focused-outlineColor);
42869
- outline:none;
42488
+ outline:2px dotted var(--salt-focused-outlineColor);
42489
+ outline-offset:-2px;
42870
42490
  }
42871
42491
  .ag-theme-salt-low-light .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
42872
42492
  border-left-color:var(--salt-navigable-indicator-active);
@@ -42937,8 +42557,9 @@ div[class*=ag-theme-salt]{
42937
42557
  color:var(--agGrid-pagination-button-color-disabled);
42938
42558
  }
42939
42559
  .ag-theme-salt-low-light .ag-keyboard-focus .ag-paging-button:focus:after{
42940
- border:2px dotted var(--agGrid-color-focus);
42941
- outline:none;
42560
+ border:none;
42561
+ outline:dotted 2px var(--agGrid-color-focus);
42562
+ outline-offset:-2px;
42942
42563
  }
42943
42564
  .ag-theme-salt-low-light .ag-input-field-input{
42944
42565
  border:0;
@@ -42966,14 +42587,9 @@ div[class*=ag-theme-salt]{
42966
42587
  .ag-theme-salt-low-light .ag-header-cell.ag-floating-filter:after{
42967
42588
  content:none;
42968
42589
  }
42969
- .ag-theme-salt-low-light .ag-floating-filter-body,.ag-theme-salt-low-light .ag-floating-filter-button{
42970
- border:1px solid transparent;
42971
- }
42972
- .ag-theme-salt-low-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-low-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
42973
- border:none;
42974
- }
42975
42590
  .ag-theme-salt-low-light .ag-header-cell.ag-floating-filter:focus-within{
42976
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
42591
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
42592
+ outline-offset:-2px;
42977
42593
  }
42978
42594
  .ag-theme-salt-low-light .ag-pinned-right-header .ag-floating-filter{
42979
42595
  border-left:0;
@@ -47786,13 +47402,15 @@ div[class*=ag-theme-salt]{
47786
47402
  border:none;
47787
47403
  }
47788
47404
  .ag-theme-salt-touch-light .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-touch-light .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-light .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-light .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-light .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-touch-light .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-light .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-light .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
47789
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
47405
+ border:none;
47406
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
47407
+ outline-offset:-2px;
47790
47408
  }
47791
47409
  .ag-theme-salt-touch-light .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-touch-light .ag-rtl .ag-cell-wrapper.ag-row-group{
47792
47410
  align-items:center;
47793
47411
  }
47794
47412
  .ag-theme-salt-touch-light .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-touch-light .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-touch-light .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-touch-light .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-touch-light .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-touch-light .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
47795
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
47413
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
47796
47414
  }
47797
47415
  .ag-theme-salt-touch-light .ag-toggle-button-input-wrapper{
47798
47416
  background-color:var(--agGrid-toggle-button-background);
@@ -47884,7 +47502,6 @@ div[class*=ag-theme-salt]{
47884
47502
  padding:0;
47885
47503
  }
47886
47504
  .ag-theme-salt-touch-light .ag-menu .ag-input-field-input[type=text]{
47887
- border:2px dotted transparent;
47888
47505
  font-size:inherit;
47889
47506
  height:var(--agGrid-input-height);
47890
47507
  line-height:var(--agGrid-input-height);
@@ -48001,82 +47618,9 @@ div[class*=ag-theme-salt]{
48001
47618
  width:auto;
48002
47619
  }
48003
47620
  .ag-theme-salt-touch-light .ag-header-cell,.ag-theme-salt-touch-light .ag-header-group-cell{
48004
- padding:0 calc(var(--salt-spacing-100) + 2px);
48005
- }
48006
- .ag-theme-salt-touch-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
48007
- border-right:2px solid transparent;
48008
- overflow:unset;
48009
- }
48010
- .ag-theme-salt-touch-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
48011
- border-left:2px solid transparent;
48012
- overflow:unset;
48013
- }
48014
- .ag-theme-salt-touch-light .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
48015
- background-color:var(--salt-separable-tertiary-borderColor);
48016
- content:"";
48017
- height:calc(100% + 4px);
48018
- position:absolute;
48019
- right:-2px;
48020
- top:-2px;
48021
- width:1px;
48022
- z-index:1;
48023
- }
48024
- .ag-theme-salt-touch-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
48025
- background-color:var(--salt-separable-tertiary-borderColor);
48026
- content:"";
48027
- height:calc(100% + 4px);
48028
- position:absolute;
48029
- right:-1px;
48030
- top:-2px;
48031
- width:1px;
48032
- z-index:1;
48033
- }
48034
- .ag-theme-salt-touch-light .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
48035
- background-color:var(--salt-separable-tertiary-borderColor);
48036
- content:"";
48037
- height:calc(100% + 4px);
48038
- left:-3px;
48039
- position:absolute;
48040
- top:-2px;
48041
- width:1px;
48042
- z-index:1;
48043
- }
48044
- .ag-theme-salt-touch-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
48045
- background-color:var(--salt-separable-tertiary-borderColor);
48046
- content:"";
48047
- height:calc(100% + 4px);
48048
- left:-2px;
48049
- position:absolute;
48050
- top:-2px;
48051
- width:1px;
48052
- z-index:1;
48053
- }
48054
- .ag-theme-salt-touch-light .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-touch-light .ag-pinned-right-header .ag-header-row-column:after{
48055
- background-color:var(--salt-separable-tertiary-borderColor);
48056
- content:"";
48057
- height:var(--agGrid-column-separator-height);
48058
- left:-1px;
48059
- position:absolute;
48060
- top:var(--agGrid-column-separator-top);
48061
- width:1px;
48062
- z-index:1;
48063
- }
48064
- .ag-theme-salt-touch-light .ag-pinned-left-header .ag-header-row:first-child:after{
48065
- background-color:var(--salt-separable-tertiary-borderColor);
48066
- content:"";
48067
- height:var(--agGrid-column-separator-height);
48068
- position:absolute;
48069
- right:0;
48070
- top:var(--agGrid-column-separator-top);
48071
- width:1px;
48072
- z-index:1;
48073
- }
48074
- .ag-theme-salt-touch-light .ag-pinned-left-header{
48075
- border-right:none;
48076
- overflow:unset;
47621
+ padding:0 calc(var(--salt-spacing-100));
48077
47622
  }
48078
- .ag-theme-salt-touch-light .ag-pinned-right-header{
48079
- border-left:none;
47623
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-touch-light .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
48080
47624
  overflow:unset;
48081
47625
  }
48082
47626
  .ag-theme-salt-touch-light .ag-row{
@@ -48106,11 +47650,8 @@ div[class*=ag-theme-salt]{
48106
47650
  top:-1px;
48107
47651
  z-index:1;
48108
47652
  }
48109
- .ag-theme-salt-touch-light .ag-ltr .ag-row-group-leaf-indent{
48110
- border-left:2px solid transparent;
48111
- }
48112
47653
  .ag-theme-salt-touch-light .ag-cell{
48113
- border-left:0;
47654
+ border:0;
48114
47655
  padding-left:var(--salt-spacing-100);
48115
47656
  padding-right:var(--salt-spacing-100);
48116
47657
  }
@@ -48118,8 +47659,8 @@ div[class*=ag-theme-salt]{
48118
47659
  height:100%;
48119
47660
  }
48120
47661
  .ag-theme-salt-touch-light .ag-ltr .ag-cell{
48121
- border:2px solid transparent;
48122
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
47662
+ border:none;
47663
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
48123
47664
  }
48124
47665
  .ag-theme-salt-touch-light .ag-cell-label-container{
48125
47666
  padding:var(--salt-spacing-100) 0;
@@ -48140,9 +47681,9 @@ div[class*=ag-theme-salt]{
48140
47681
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
48141
47682
  border-top:0 solid transparent;
48142
47683
  content:"";
48143
- left:-2px;
47684
+ left:0;
48144
47685
  position:absolute;
48145
- top:-2px;
47686
+ top:0;
48146
47687
  z-index:2;
48147
47688
  }
48148
47689
  .ag-theme-salt-touch-light .ag-cell-inline-editing.ag-cell-focus{
@@ -48155,20 +47696,54 @@ div[class*=ag-theme-salt]{
48155
47696
  padding:0 !important;
48156
47697
  }
48157
47698
  .ag-theme-salt-touch-light .ag-cell-editor .ag-input-field-input{
48158
- padding-left:14px;
48159
- padding-right:14px;
47699
+ padding-left:16px;
47700
+ padding-right:16px;
48160
47701
  }
48161
- .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
47702
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
48162
47703
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
47704
+ content:"";
47705
+ height:99%;
47706
+ left:0;
47707
+ position:absolute;
47708
+ top:0;
47709
+ width:2px;
47710
+ z-index:1;
48163
47711
  }
48164
- .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
47712
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
48165
47713
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
47714
+ content:"";
47715
+ height:99%;
47716
+ position:absolute;
47717
+ right:0;
47718
+ top:0;
47719
+ width:2px;
47720
+ z-index:1;
48166
47721
  }
48167
- .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
47722
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
47723
+ height:100%;
47724
+ }
47725
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
48168
47726
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
47727
+ content:"";
47728
+ height:2px;
47729
+ left:0;
47730
+ position:absolute;
47731
+ top:0;
47732
+ width:99%;
47733
+ z-index:1;
48169
47734
  }
48170
- .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
47735
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
48171
47736
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
47737
+ bottom:0;
47738
+ content:"";
47739
+ height:2px;
47740
+ left:0;
47741
+ position:absolute;
47742
+ width:99%;
47743
+ z-index:1;
47744
+ }
47745
+ .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
47746
+ width:100%;
48172
47747
  }
48173
47748
  .ag-theme-salt-touch-light .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-touch-light .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
48174
47749
  background:var(--agGrid-range-selection-background);
@@ -48208,12 +47783,9 @@ div[class*=ag-theme-salt]{
48208
47783
  background-color:var(--salt-actionable-secondary-background-active);
48209
47784
  color:var(--salt-actionable-secondary-foreground-active);
48210
47785
  }
48211
- .ag-theme-salt-touch-light .ag-ltr .ag-side-bar-right .ag-side-button-button{
48212
- border-left:2px solid transparent;
48213
- }
48214
47786
  .ag-theme-salt-touch-light .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
48215
- border:2px dotted var(--salt-focused-outlineColor);
48216
- outline:none;
47787
+ outline:2px dotted var(--salt-focused-outlineColor);
47788
+ outline-offset:-2px;
48217
47789
  }
48218
47790
  .ag-theme-salt-touch-light .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
48219
47791
  border-left-color:var(--salt-navigable-indicator-active);
@@ -48284,8 +47856,9 @@ div[class*=ag-theme-salt]{
48284
47856
  color:var(--agGrid-pagination-button-color-disabled);
48285
47857
  }
48286
47858
  .ag-theme-salt-touch-light .ag-keyboard-focus .ag-paging-button:focus:after{
48287
- border:2px dotted var(--agGrid-color-focus);
48288
- outline:none;
47859
+ border:none;
47860
+ outline:dotted 2px var(--agGrid-color-focus);
47861
+ outline-offset:-2px;
48289
47862
  }
48290
47863
  .ag-theme-salt-touch-light .ag-input-field-input{
48291
47864
  border:0;
@@ -48313,14 +47886,9 @@ div[class*=ag-theme-salt]{
48313
47886
  .ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter:after{
48314
47887
  content:none;
48315
47888
  }
48316
- .ag-theme-salt-touch-light .ag-floating-filter-body,.ag-theme-salt-touch-light .ag-floating-filter-button{
48317
- border:1px solid transparent;
48318
- }
48319
- .ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
48320
- border:none;
48321
- }
48322
47889
  .ag-theme-salt-touch-light .ag-header-cell.ag-floating-filter:focus-within{
48323
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
47890
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
47891
+ outline-offset:-2px;
48324
47892
  }
48325
47893
  .ag-theme-salt-touch-light .ag-pinned-right-header .ag-floating-filter{
48326
47894
  border-left:0;
@@ -53137,13 +52705,15 @@ div[class*=ag-theme-salt]{
53137
52705
  border:none;
53138
52706
  }
53139
52707
  .ag-theme-salt-touch-dark .ag-ltr .ag-cell-range-single-cell,.ag-theme-salt-touch-dark .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-dark .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-dark .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-dark .ag-rtl .ag-cell-range-single-cell,.ag-theme-salt-touch-dark .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-salt-touch-dark .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-salt-touch-dark .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){
53140
- border:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor) !important;
52708
+ border:none;
52709
+ outline:var(--agGrid-focused-borderWidth) var(--agGrid-focused-borderStyle) var(--agGrid-focused-borderColor);
52710
+ outline-offset:-2px;
53141
52711
  }
53142
52712
  .ag-theme-salt-touch-dark .ag-ltr .ag-cell-wrapper.ag-row-group,.ag-theme-salt-touch-dark .ag-rtl .ag-cell-wrapper.ag-row-group{
53143
52713
  align-items:center;
53144
52714
  }
53145
52715
  .ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-touch-dark .ag-ltr .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-touch-dark .ag-ltr .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group,.ag-theme-salt-touch-dark .ag-rtl .ag-cell-focus .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value),.ag-theme-salt-touch-dark .ag-rtl .ag-cell-focus .ag-drag-handle.ag-row-drag,.ag-theme-salt-touch-dark .ag-rtl .ag-row-focus .ag-cell-focus .ag-cell-wrapper.ag-row-group{
53146
- height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
52716
+ height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
53147
52717
  }
53148
52718
  .ag-theme-salt-touch-dark .ag-toggle-button-input-wrapper{
53149
52719
  background-color:var(--agGrid-toggle-button-background);
@@ -53235,7 +52805,6 @@ div[class*=ag-theme-salt]{
53235
52805
  padding:0;
53236
52806
  }
53237
52807
  .ag-theme-salt-touch-dark .ag-menu .ag-input-field-input[type=text]{
53238
- border:2px dotted transparent;
53239
52808
  font-size:inherit;
53240
52809
  height:var(--agGrid-input-height);
53241
52810
  line-height:var(--agGrid-input-height);
@@ -53352,82 +52921,9 @@ div[class*=ag-theme-salt]{
53352
52921
  width:auto;
53353
52922
  }
53354
52923
  .ag-theme-salt-touch-dark .ag-header-cell,.ag-theme-salt-touch-dark .ag-header-group-cell{
53355
- padding:0 calc(var(--salt-spacing-100) + 2px);
53356
- }
53357
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
53358
- border-right:2px solid transparent;
53359
- overflow:unset;
53360
- }
53361
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){
53362
- border-left:2px solid transparent;
53363
- overflow:unset;
53364
- }
53365
- .ag-theme-salt-touch-dark .ag-row .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):after{
53366
- background-color:var(--salt-separable-tertiary-borderColor);
53367
- content:"";
53368
- height:calc(100% + 4px);
53369
- position:absolute;
53370
- right:-2px;
53371
- top:-2px;
53372
- width:1px;
53373
- z-index:1;
53374
- }
53375
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):focus:after{
53376
- background-color:var(--salt-separable-tertiary-borderColor);
53377
- content:"";
53378
- height:calc(100% + 4px);
53379
- position:absolute;
53380
- right:-1px;
53381
- top:-2px;
53382
- width:1px;
53383
- z-index:1;
53384
- }
53385
- .ag-theme-salt-touch-dark .ag-row .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):after{
53386
- background-color:var(--salt-separable-tertiary-borderColor);
53387
- content:"";
53388
- height:calc(100% + 4px);
53389
- left:-3px;
53390
- position:absolute;
53391
- top:-2px;
53392
- width:1px;
53393
- z-index:1;
52924
+ padding:0 calc(var(--salt-spacing-100));
53394
52925
  }
53395
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell):focus:after{
53396
- background-color:var(--salt-separable-tertiary-borderColor);
53397
- content:"";
53398
- height:calc(100% + 4px);
53399
- left:-2px;
53400
- position:absolute;
53401
- top:-2px;
53402
- width:1px;
53403
- z-index:1;
53404
- }
53405
- .ag-theme-salt-touch-dark .ag-pinned-right-header .ag-header-row-column-group:after,.ag-theme-salt-touch-dark .ag-pinned-right-header .ag-header-row-column:after{
53406
- background-color:var(--salt-separable-tertiary-borderColor);
53407
- content:"";
53408
- height:var(--agGrid-column-separator-height);
53409
- left:-1px;
53410
- position:absolute;
53411
- top:var(--agGrid-column-separator-top);
53412
- width:1px;
53413
- z-index:1;
53414
- }
53415
- .ag-theme-salt-touch-dark .ag-pinned-left-header .ag-header-row:first-child:after{
53416
- background-color:var(--salt-separable-tertiary-borderColor);
53417
- content:"";
53418
- height:var(--agGrid-column-separator-height);
53419
- position:absolute;
53420
- right:0;
53421
- top:var(--agGrid-column-separator-top);
53422
- width:1px;
53423
- z-index:1;
53424
- }
53425
- .ag-theme-salt-touch-dark .ag-pinned-left-header{
53426
- border-right:none;
53427
- overflow:unset;
53428
- }
53429
- .ag-theme-salt-touch-dark .ag-pinned-right-header{
53430
- border-left:none;
52926
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.ag-theme-salt-touch-dark .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){
53431
52927
  overflow:unset;
53432
52928
  }
53433
52929
  .ag-theme-salt-touch-dark .ag-row{
@@ -53457,11 +52953,8 @@ div[class*=ag-theme-salt]{
53457
52953
  top:-1px;
53458
52954
  z-index:1;
53459
52955
  }
53460
- .ag-theme-salt-touch-dark .ag-ltr .ag-row-group-leaf-indent{
53461
- border-left:2px solid transparent;
53462
- }
53463
52956
  .ag-theme-salt-touch-dark .ag-cell{
53464
- border-left:0;
52957
+ border:0;
53465
52958
  padding-left:var(--salt-spacing-100);
53466
52959
  padding-right:var(--salt-spacing-100);
53467
52960
  }
@@ -53469,8 +52962,8 @@ div[class*=ag-theme-salt]{
53469
52962
  height:100%;
53470
52963
  }
53471
52964
  .ag-theme-salt-touch-dark .ag-ltr .ag-cell{
53472
- border:2px solid transparent;
53473
- line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 2px);
52965
+ border:none;
52966
+ line-height:calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) + 1px);
53474
52967
  }
53475
52968
  .ag-theme-salt-touch-dark .ag-cell-label-container{
53476
52969
  padding:var(--salt-spacing-100) 0;
@@ -53491,9 +52984,9 @@ div[class*=ag-theme-salt]{
53491
52984
  border-left:var(--agGrid-editableCell-cornerTag-size) solid var(--agGrid-focused-borderColor);
53492
52985
  border-top:0 solid transparent;
53493
52986
  content:"";
53494
- left:-2px;
52987
+ left:0;
53495
52988
  position:absolute;
53496
- top:-2px;
52989
+ top:0;
53497
52990
  z-index:2;
53498
52991
  }
53499
52992
  .ag-theme-salt-touch-dark .ag-cell-inline-editing.ag-cell-focus{
@@ -53506,20 +52999,54 @@ div[class*=ag-theme-salt]{
53506
52999
  padding:0 !important;
53507
53000
  }
53508
53001
  .ag-theme-salt-touch-dark .ag-cell-editor .ag-input-field-input{
53509
- padding-left:14px;
53510
- padding-right:14px;
53002
+ padding-left:16px;
53003
+ padding-right:16px;
53511
53004
  }
53512
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{
53005
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left:before{
53513
53006
  border-left:2px dotted var(--agGrid-range-selection-borderColor);
53007
+ content:"";
53008
+ height:99%;
53009
+ left:0;
53010
+ position:absolute;
53011
+ top:0;
53012
+ width:2px;
53013
+ z-index:1;
53514
53014
  }
53515
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{
53015
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right:before{
53516
53016
  border-right:2px dotted var(--agGrid-range-selection-borderColor);
53017
+ content:"";
53018
+ height:99%;
53019
+ position:absolute;
53020
+ right:0;
53021
+ top:0;
53022
+ width:2px;
53023
+ z-index:1;
53517
53024
  }
53518
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{
53025
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left.ag-cell-range-bottom:before,.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before{
53026
+ height:100%;
53027
+ }
53028
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top:after{
53519
53029
  border-top:2px dotted var(--agGrid-range-selection-borderColor);
53030
+ content:"";
53031
+ height:2px;
53032
+ left:0;
53033
+ position:absolute;
53034
+ top:0;
53035
+ width:99%;
53036
+ z-index:1;
53520
53037
  }
53521
- .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{
53038
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom:after{
53522
53039
  border-bottom:2px dotted var(--agGrid-range-selection-borderColor);
53040
+ bottom:0;
53041
+ content:"";
53042
+ height:2px;
53043
+ left:0;
53044
+ position:absolute;
53045
+ width:99%;
53046
+ z-index:1;
53047
+ }
53048
+ .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-bottom:before,.ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right.ag-cell-range-top:before{
53049
+ width:100%;
53523
53050
  }
53524
53051
  .ag-theme-salt-touch-dark .ag-cell.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-salt-touch-dark .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){
53525
53052
  background:var(--agGrid-range-selection-background);
@@ -53559,12 +53086,9 @@ div[class*=ag-theme-salt]{
53559
53086
  background-color:var(--salt-actionable-secondary-background-active);
53560
53087
  color:var(--salt-actionable-secondary-foreground-active);
53561
53088
  }
53562
- .ag-theme-salt-touch-dark .ag-ltr .ag-side-bar-right .ag-side-button-button{
53563
- border-left:2px solid transparent;
53564
- }
53565
53089
  .ag-theme-salt-touch-dark .ag-ltr .ag-side-bar-right .ag-side-button-button:focus-visible{
53566
- border:2px dotted var(--salt-focused-outlineColor);
53567
- outline:none;
53090
+ outline:2px dotted var(--salt-focused-outlineColor);
53091
+ outline-offset:-2px;
53568
53092
  }
53569
53093
  .ag-theme-salt-touch-dark .ag-ltr .ag-side-buttons .ag-selected .ag-side-button-button{
53570
53094
  border-left-color:var(--salt-navigable-indicator-active);
@@ -53635,8 +53159,9 @@ div[class*=ag-theme-salt]{
53635
53159
  color:var(--agGrid-pagination-button-color-disabled);
53636
53160
  }
53637
53161
  .ag-theme-salt-touch-dark .ag-keyboard-focus .ag-paging-button:focus:after{
53638
- border:2px dotted var(--agGrid-color-focus);
53639
- outline:none;
53162
+ border:none;
53163
+ outline:dotted 2px var(--agGrid-color-focus);
53164
+ outline-offset:-2px;
53640
53165
  }
53641
53166
  .ag-theme-salt-touch-dark .ag-input-field-input{
53642
53167
  border:0;
@@ -53664,14 +53189,9 @@ div[class*=ag-theme-salt]{
53664
53189
  .ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter:after{
53665
53190
  content:none;
53666
53191
  }
53667
- .ag-theme-salt-touch-dark .ag-floating-filter-body,.ag-theme-salt-touch-dark .ag-floating-filter-button{
53668
- border:1px solid transparent;
53669
- }
53670
- .ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-body,.ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter:focus-within .ag-floating-filter-button{
53671
- border:none;
53672
- }
53673
53192
  .ag-theme-salt-touch-dark .ag-header-cell.ag-floating-filter:focus-within{
53674
- border:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
53193
+ outline:var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
53194
+ outline-offset:-2px;
53675
53195
  }
53676
53196
  .ag-theme-salt-touch-dark .ag-pinned-right-header .ag-floating-filter{
53677
53197
  border-left:0;