We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons in the toolbar have no visual indication that they are focused when going through them via the tab key.
They have the button:hover but are missing the button:focus selector in base.styl:
button:hover, button.ql-active, .ql-picker-label:hover, .ql-picker-label.ql-active, .ql-picker-item:hover, .ql-picker-item.ql-selected color: activeColor .ql-fill, .ql-stroke.ql-fill fill: activeColor .ql-stroke, .ql-stroke-miter stroke: activeColor
Steps for Reproduction
Expected behavior:
The active toolbar button is blue
Actual behavior:
The active toolbar button remains black
Platforms:
Chrome 58 on macOs 10.12
Version:
1.2.6
The text was updated successfully, but these errors were encountered:
84a4212
No branches or pull requests
Buttons in the toolbar have no visual indication that they are focused when going through them via the tab key.
They have the button:hover but are missing the button:focus selector in base.styl:
Steps for Reproduction
Expected behavior:
The active toolbar button is blue
Actual behavior:
The active toolbar button remains black
Platforms:
Chrome 58 on macOs 10.12
Version:
1.2.6
The text was updated successfully, but these errors were encountered: