Merge branch 'develop' of https://github.com/ONLYOFFICE/web-apps into develop

This commit is contained in:
Maxim Kadushkin 2022-05-25 12:31:20 +03:00
commit 4ea3cd4141
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,7 @@ label {
}
&.disabled {
opacity: @component-disabled-opacity-ie;
opacity: @component-disabled-opacity;
}
}

View file

@ -11,11 +11,14 @@
svg {
margin-right: 8px;
.rb-circle {
fill: @background-normal-ie;
fill: @background-normal;
stroke: @border-regular-control-ie;
stroke: @border-regular-control;
}
.rb-check-mark {
fill: @text-normal-ie;
fill: @text-normal;
}
}
@ -32,6 +35,7 @@
&.disabled, &:disabled {
svg, span {
opacity: @component-disabled-opacity-ie;
opacity: @component-disabled-opacity;
pointer-events: none;
}