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:
@@ -63,9 +63,6 @@
|
||||
&:hover {
|
||||
background: @control-bg;
|
||||
}
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
> a, > button {
|
||||
|
Reference in New Issue
Block a user