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 { &.disabled {
opacity: @component-disabled-opacity-ie;
opacity: @component-disabled-opacity; opacity: @component-disabled-opacity;
} }
} }

View file

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