Accessibility focus checkboxes and radio boxes

This commit is contained in:
Jorik Schellekens
2020-07-28 16:08:25 +01:00
parent 749aaf0b54
commit fb953ade8e
3 changed files with 25 additions and 0 deletions
@@ -80,5 +80,11 @@ limitations under the License.
background-color: $accent-color;
border-color: $accent-color;
}
&.focus-visible {
& + label .mx_Checkbox_background {
@mixin unreal-focus;
}
}
}
}