@emailmaker/filemanager 0.10.32 → 0.10.33

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/file-manager.css CHANGED
@@ -557,9 +557,6 @@
557
557
  .em-filemanager .folderSelectionTree {
558
558
  max-height: 300px;
559
559
  overflow-y: auto;
560
- border: 1px solid #d9d9d9;
561
- border-radius: 6px;
562
- padding: 8px;
563
560
  }
564
561
 
565
562
  /* Component-specific tree overrides */
@@ -613,7 +610,7 @@
613
610
 
614
611
  .em-filemanager .foldersWrapper {
615
612
  padding: 16px;
616
- background-color: rgba(226, 228, 231, 0.2509803922);
613
+ background-color: var(--colorFillTertiary);
617
614
  border-radius: 12px;
618
615
  }
619
616
 
@@ -2330,7 +2327,7 @@
2330
2327
  position: relative;
2331
2328
  }
2332
2329
  .em-filemanager .ant-modal-root .ant-tree-treenode:hover {
2333
- background-color: var(--colorBgBase);
2330
+ background-color: var(--colorBgElevated);
2334
2331
  }
2335
2332
  .em-filemanager .ant-modal-root .folder-tools-field {
2336
2333
  display: none;