mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 20:01:10 +00:00
12.0 change triangle icon (#6233)
* change main page * change main panel icon to #666666 * change wiki icon * change sort icons * change hidden header table * change style
This commit is contained in:
@@ -67,7 +67,7 @@ class Content extends Component {
|
||||
</EmptyTip>
|
||||
);
|
||||
const initialSortIcon = <span className="fas fa-sort"></span>;
|
||||
const sortIcon = <span className="fas fa-caret-down"></span>;
|
||||
const sortIcon = <span className="sf3-font sf3-font-down"></span>;
|
||||
const table = (
|
||||
<Fragment>
|
||||
<table>
|
||||
|
Reference in New Issue
Block a user