mirror of https://github.com/vector-im/riot-web
Fix deactivated checked checkbox styling
parent
0638b94cc2
commit
41c59cc75e
|
@ -77,8 +77,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked:disabled + label > .mx_Checkbox_background {
|
&:checked:disabled + label > .mx_Checkbox_background {
|
||||||
background-color: $muted-fg-color;
|
background-color: $accent-color;
|
||||||
border-color: rgba($muted-fg-color, 0.5);
|
border-color: $accent-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue