Merge pull request #1778 from ONLYOFFICE/feature/fix-bug-react
[DE] Fix Bug 57306
This commit is contained in:
commit
f60c3552c6
|
@ -313,7 +313,10 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
|
||||||
background: @fill-white;
|
background-color: @fill-white;
|
||||||
|
&.auto {
|
||||||
|
background-color: @autoColor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,11 +124,6 @@
|
||||||
background-color: @button-active-opacity;
|
background-color: @button-active-opacity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item-content {
|
|
||||||
.color-preview.auto {
|
|
||||||
background-color: @autoColor;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.item-link .item-inner {
|
.item-link .item-inner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue