@next-core/brick-container 2.82.5 → 2.82.7

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.
@@ -27351,6 +27351,9 @@ html[data-theme="dark"] .ant-btn-primary {
27351
27351
  .ant-table-thead > tr > th.ant-table-column-sort.ant-table-column-has-sorters {
27352
27352
  background-color: var(--antd-table-header-sort-active-bg);
27353
27353
  }
27354
+ .ant-table-thead > tr > th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container {
27355
+ background-color: var(--antd-table-header-sort-active-bg);
27356
+ }
27354
27357
  .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-filter-column-title {
27355
27358
  padding: 0px;
27356
27359
  }
@@ -27414,8 +27417,11 @@ html[data-theme="dark"] .ant-btn-primary {
27414
27417
  .ant-table-tbody tr.ant-table-expanded-row .ant-table-wrapper table td button {
27415
27418
  max-height: 21px;
27416
27419
  }
27420
+ .ant-table-column-sorter {
27421
+ color: var(--color-secondary-text);
27422
+ }
27417
27423
  .ant-table-filter-column-title {
27418
- padding: 11px 26px 11px 16px;
27424
+ padding: 14px 26px 14px 0px;
27419
27425
  display: inline-flex;
27420
27426
  align-items: center;
27421
27427
  }
@@ -27423,18 +27429,15 @@ html[data-theme="dark"] .ant-btn-primary {
27423
27429
  display: inline-block;
27424
27430
  align-items: center;
27425
27431
  position: relative;
27426
- }
27427
- .ant-table-filter-trigger-container {
27428
- padding: 0px 7px 0px 7px;
27432
+ margin: -11px 0px;
27429
27433
  }
27430
27434
  .ant-table-filter-trigger {
27431
27435
  font-size: 11px;
27432
- width: 1em;
27436
+ width: 25px;
27433
27437
  color: var(--color-secondary-text);
27434
27438
  }
27435
- .ant-table-filter-trigger-container-open .ant-table-filter-trigger,
27436
- .ant-table-filter-trigger:hover {
27437
- color: var(--bg-color-button-primary);
27439
+ .ant-table-filter-trigger-container-open .ant-table-filter-trigger {
27440
+ color: #595959;
27438
27441
  }
27439
27442
  .ant-table-filter-dropdown {
27440
27443
  position: absolute;
@@ -29500,4 +29503,4 @@ body {
29500
29503
  }
29501
29504
 
29502
29505
 
29503
- /*# sourceMappingURL=preview.6b549bf98c706999f09d.css.map*/
29506
+ /*# sourceMappingURL=preview.986fd182811731cffac6.css.map*/