mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 15:23:05 +00:00
repair font icon bug (#4088)
This commit is contained in:
parent
a1a128a9f0
commit
e36c074c47
@ -94,7 +94,7 @@ class ListTableItem extends React.Component {
|
||||
|
||||
return (
|
||||
<div onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave} className={ `table-item ${this.state.active ? 'tr-highlight' : ''}`}>
|
||||
<div className="table-icon"><span className="sf3-font sf3-font-form"></span></div>
|
||||
<div className="table-icon"><span className="sf3-font sf3-font-table"></span></div>
|
||||
<div className="table-name">
|
||||
{this.state.isTableRenaming &&
|
||||
<Rename
|
||||
|
@ -42,7 +42,7 @@ class ShareTableItem extends Component {
|
||||
return (
|
||||
|
||||
<div onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave} className={ `table-item ${this.state.active ? 'tr-highlight' : ''}`}>
|
||||
<div className="table-icon"><span className="sf3-font sf3-font-form"></span></div>
|
||||
<div className="table-icon"><span className="sf3-font sf3-font-table"></span></div>
|
||||
<div className="table-name">
|
||||
<a href={tableHref} target="_blank">{table.name}</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user