1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

change icons (#7526)

This commit is contained in:
Michael An
2025-02-27 10:34:58 +08:00
committed by GitHub
parent 314512d353
commit ea3a7798b9
9 changed files with 97 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import React, { useState, useCallback, cloneElement } from 'react';
import PropTypes from 'prop-types';
import { Dropdown, DropdownMenu, DropdownToggle } from 'reactstrap';
import { ModalPortal, Icon } from '@seafile/sf-metadata-ui-component';
import { ModalPortal } from '@seafile/sf-metadata-ui-component';
import { gettext } from '../../../../../utils/constants';
import { isMobile } from '../../../../../utils/utils';
@@ -41,7 +41,7 @@ const HeaderDropdownMenu = ({ column, ColumnDropdownMenu, customProps }) => {
aria-label={gettext('More operations')}
tabIndex={0}
>
<Icon iconName="drop-down" />
<i className="sf3-font-down sf3-font"></i>
</DropdownToggle>
{isMenuShow && !isMobile &&
<ModalPortal>