Web: Added no selection of logo.

This commit is contained in:
Tatiana Lopaeva 2021-08-23 13:56:35 +03:00
parent 0cfb70d9e2
commit 68e0da72d7

View File

@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
import PropTypes from "prop-types";
import styled from "styled-components";
import { inject, observer } from "mobx-react";
import NoUserSelect from "@appserver/components/utils/commonStyles";
const LogoItem = styled.div`
display: flex;
min-width: 56px;
@ -14,6 +14,7 @@ const LogoItem = styled.div`
.nav-logo-wrapper {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
${NoUserSelect}
}
.nav-logo-icon {