Fix Bug 57313

This commit is contained in:
Julia Radzhabova 2022-05-25 00:54:48 +03:00
parent 3225ab3d0a
commit 4602929b60
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;
}