@delon/theme 12.2.0 → 12.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dark.css CHANGED
@@ -31036,7 +31036,8 @@ body {
31036
31036
  margin-right: 8px;
31037
31037
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31038
31038
  }
31039
- .sidebar-nav__item-img {
31039
+ .sidebar-nav__item-img,
31040
+ .sidebar-nav__item-svg {
31040
31041
  width: 14px;
31041
31042
  height: 14px;
31042
31043
  }
@@ -31404,12 +31405,15 @@ body {
31404
31405
  .st .nz-resizable-handle > i {
31405
31406
  width: 1px;
31406
31407
  height: 60%;
31407
- background: #303030;
31408
+ background: #434343;
31408
31409
  }
31409
31410
  .st .nz-resizable-preview {
31410
31411
  border-width: 0;
31411
31412
  border-right-width: 1px;
31412
31413
  }
31414
+ .st .nz-resizable.ant-table-column-has-sorters .nz-resizable-handle {
31415
+ margin-right: 8px;
31416
+ }
31413
31417
  .st .ant-table ~ nz-pagination > .ant-pagination {
31414
31418
  margin-bottom: 0;
31415
31419
  }