- Issue created by @joville
- Merge request !646Remove doubled chained :focus and refactor the css ruleset → (Open) created by Unnamed author
We are customizing the gin theme via a module and found an issue concerning a css rule which maybe is unintentionally raising the css specificity by adding a double focus chain (:focus:focus) in the toolbar. Which can very easily lead to an accessibility issue if you are trying to enhance and customize the toolbar.
You find the css in the gin admin theme in styles/layout/toolbar.scss on line 573 which have already :focus and is also added on line 597, which produces css rules like in dist/css/toolbar.css between the lines 595 and 603.
Removing the :focus state on line 573 in styles/layout/toolbar.scss to keep the css specificity numbers.
Active
5.0
User interface