You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox adds a blue outline to anchor elements on :focus (which honestly looks horrible) and interferes with the look & feel of WinterCMS.
Some example of problematic places include sections with tabs - on click, which makes the element focused, it add a small blue outline on the left and right side of the element.
Example in the CMS tabs:
Example in the underlying section:
Steps to replicate
Open firefox
Go to backend
Click on anything that is an anchor
Workaround
Can be fixed using a:focus, a:focus-visible { outline: none; }. However, I do not know if this is intended behavior.
The text was updated successfully, but these errors were encountered:
So long as the focused element has some form of styling to distinguish it for usability I'd be more than happy to merge any PR suggested. Let me know if you need help submitting one!
Winter CMS Build
1.2
PHP Version
8.1
Database engine
MySQL/MariaDB
Plugins installed
No response
Issue description
Firefox adds a blue outline to anchor elements on :focus (which honestly looks horrible) and interferes with the look & feel of WinterCMS.
Some example of problematic places include sections with tabs - on click, which makes the element focused, it add a small blue outline on the left and right side of the element.
Example in the CMS tabs:
Example in the underlying section:
Steps to replicate
Workaround
Can be fixed using
a:focus, a:focus-visible { outline: none; }
. However, I do not know if this is intended behavior.The text was updated successfully, but these errors were encountered: