Fix multiple accessibility defects identified by AXE (#10606)
* Mark effects overlay canvas as aria hidden
* Ensure date separators aren't seen as focusable aria separators
* Fix
* Fix font slider not having aria label
* Add missing aria labels
* Fix settings flags setting aria-checked={null}
* Update snapshots
This commit is contained in:
@@ -22,6 +22,11 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_SelectableDeviceTile_checkbox {
|
||||
flex: 0 0;
|
||||
margin-right: $spacing-16;
|
||||
flex: 1 0;
|
||||
|
||||
.mx_Checkbox_background + div {
|
||||
flex: 1 0;
|
||||
/* override more specific selector */
|
||||
margin-left: $spacing-16 !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user