mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +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:
@@ -64,12 +64,6 @@
|
||||
&.active,
|
||||
.open > &.Dropdown-toggle {
|
||||
.box-shadow(inset 0 3px 5px rgba(0, 0, 0, .125));
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
&.focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
|
Reference in New Issue
Block a user