1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +00:00

modify lib-delete-btn style

This commit is contained in:
shanshuirenjia
2018-12-12 17:30:22 +08:00
parent 7c91ae88e4
commit 0d2796f659
2 changed files with 13 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ class RepoViewToolbar extends React.Component {
</DropdownToggle>
<DropdownMenu>
<DropdownItem>
<Link to={siteRoot + 'my-libs/deleted/'}>{gettext('Deleted Libraries')}</Link>
<Link className="link-dropdown-item" to={siteRoot + 'my-libs/deleted/'}>{gettext('Deleted Libraries')}</Link>
</DropdownItem>
</DropdownMenu>
</Dropdown>