Merge branch 'master' of github.com:ONLYOFFICE/AppServer

This commit is contained in:
Ilya Oleshko 2020-01-13 15:36:51 +03:00
commit 805b337101
2 changed files with 13 additions and 1 deletions

View File

@ -44,6 +44,17 @@ const AvatarContainer = styled.div`
const MainFieldsContainer = styled.div`
flex-grow: 1;
.options_searcher {
div:first-child {
:hover {
border-color: #D0D5DA;
}
:focus, :focus-within {
border-color: #2DA7DB;
}
}
}
`;
export { MainContainer, AvatarContainer, MainFieldsContainer }

View File

@ -60,7 +60,8 @@ const NavItem = React.memo(props => {
return separator ? (
<NavItemSeparator />
) : (
<NavItemWrapper
<NavItemWrapper
noHover
href={url}
onClick={onClick}>
{React.createElement(Icons[iconName], {