Fix radio circle color

pull/21833/head
Jorik Schellekens 2020-06-16 18:02:34 +01:00
parent 2192332968
commit 2d6077f2c8
1 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,10 @@ limitations under the License.
.mx_RadioButton {
border-top: 1px solid $input-darker-bg-color;
> input + div {
border-color: rgba($muted-fg-color, 0.2);
}
}
.mx_RadioButton_checked {