1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 15:57:31 +00:00

12.0 change page icon style (#6285)

This commit is contained in:
Michael An 2024-07-02 18:16:34 +08:00 committed by GitHub
parent 4887772bf9
commit da2717386e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -144,6 +144,13 @@
justify-content: center;
}
.view-structure .wiki-add-page-btn:hover,
.view-structure .more-view-folder-operation:hover,
.view-structure .more-view-operation:hover {
border-radius: 3px;
background-color: #DFDFDD;
}
.view-structure .view-folder-wrapper .more-view-folder-operation .seafile-multicolor-icon-more-level,
.view-structure .view-item .sf3-font.sf3-font-enlarge,
.view-structure .view-item .more-view-operation .seafile-multicolor-icon-more-level {
@ -355,14 +362,10 @@
/* light mode */
.view-structure-light.view-structure,
.view-structure-light.view-structure .view-item .sf3-font.sf3-font-enlarge:hover,
.view-structure-light.view-structure .view-item .seafile-multicolor-icon-more-level:hover,
.view-structure-light.view-structure .view-folder .seafile-multicolor-icon-more-level:hover,
.view-structure-light.view-structure .icon-expand-folder:hover {
color: #212529;
}
.view-structure-light.view-structure .view-item .sf3-font.sf3-font-enlarge,
.view-structure-light.view-structure .view-item .seafile-multicolor-icon-more-level,
.view-structure-light.view-structure .view-folder .seafile-multicolor-icon-more-level,

View File

@ -273,7 +273,7 @@ class ViewItem extends Component {
/>
}
</div>
<div className="ml-2" onClick={this.toggleInsertPage}>
<div className="wiki-add-page-btn ml-1 px-1" onClick={this.toggleInsertPage}>
<span className='sf3-font sf3-font-enlarge'></span>
</div>
</>