1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 18:35:56 +02:00

[A11Y] Adds missing focus rings back to control elements (#3016)

* Remove the stuff that removes critical accessibility features

* Remove no outline from basic blade layout

* Remove focus outline from FormControls
This commit is contained in:
David Wheatley
2021-09-13 23:47:13 +01:00
committed by GitHub
parent b0bc021034
commit c10a30bae9
5 changed files with 2 additions and 13 deletions

View File

@@ -63,9 +63,6 @@
&:hover {
background: @control-bg;
}
&:focus {
outline: none;
}
}
&.active {
> a, > button {