Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0

This commit is contained in:
Tatiana Lopaeva 2022-12-08 16:29:49 +03:00
commit b6a8e4bb94
5 changed files with 15 additions and 5 deletions

View File

@ -121,7 +121,6 @@ const StyledComboBox = styled(ComboBox)`
.combo-button {
border-radius: 3px;
height: auto;
}
`;

View File

@ -5,6 +5,7 @@ import { ReactSVG } from "react-svg";
import { desktop, mobile, tablet } from "@docspace/components/utils/device";
import { isTablet, isMobileOnly } from "react-device-detect";
import { useTranslation } from "react-i18next";
import Base from "@docspace/components/themes/base";
const StyledHideArticleMenuButton = styled.div`
display: flex;
@ -72,15 +73,27 @@ const StyledHideArticleMenuButton = styled.div`
.article-hide-menu-icon_svg,
.article-show-menu-icon_svg {
height: 28px;
}
.article-hide-menu-icon_svg {
svg {
path {
fill: ${({ currentColorScheme }) => currentColorScheme.main.accent};
}
}
}
.article-show-menu-icon_svg {
svg {
path {
fill: ${(props) => props.theme.article.catalogShowText};
}
}
}
`;
StyledHideArticleMenuButton.defaultProps = { theme: Base };
const HideArticleMenuButton = ({
showText,
toggleShowText,

View File

@ -15,10 +15,6 @@ const StyledComboBox = styled(Combobox)`
min-height: 40px;
}
.combo-buttons_arrow-icon {
margin-top: 16px;
}
.combo-button-label,
.combo-button-label:hover {
font-size: 14px;

View File

@ -2010,6 +2010,7 @@ const Base = {
catalogItemHeader: "#A3A9AE",
catalogItemText: "#555F65",
catalogItemActiveBackground: "#DFE2E3",
catalogShowText: "#657077",
},
section: {

View File

@ -2002,6 +2002,7 @@ const Dark = {
catalogItemHeader: "#858585",
catalogItemText: "rgba(255, 255, 255, 0.6)",
catalogItemActiveBackground: "#333333",
catalogShowText: "#adadad",
},
section: {