Merge branch 'release/v2.6.0' of https://github.com/ONLYOFFICE/DocSpace-client into release/v2.6.0

This commit is contained in:
Nikita Gopienko 2024-07-16 13:32:57 +03:00
commit 5bf9ce6975
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ const StyledIconTheme = styled(StyledIcon)<
}
}
@media (hover: hover) {
@media (hover: hover) and (pointer: fine) {
&:hover {
svg {
path {

View File

@ -49,7 +49,7 @@ const StyledOuter = styled.div<IconButtonProps>`
}
}
@media (hover: hover) {
@media (hover: hover) and (pointer: fine) {
&:hover {
svg {
path {
@ -76,7 +76,7 @@ const StyledOuter = styled.div<IconButtonProps>`
}
}
@media (hover: hover) {
@media (hover: hover) and (pointer: fine) {
&:hover {
svg {
path {

View File

@ -2519,7 +2519,7 @@ const Dark: TTheme = {
borderColor: "#292929",
hoverBorderColor: "#fafafa",
color: "#858585",
iconColor: "#e8e8e9",
iconColor: "#858585",
},
},