Skip to content
New issue

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

EuiExpressionButton is not keyboard accessible #1324

Closed
nreese opened this issue Nov 20, 2018 · 2 comments
Closed

EuiExpressionButton is not keyboard accessible #1324

nreese opened this issue Nov 20, 2018 · 2 comments
Assignees

Comments

@nreese
Copy link
Contributor

nreese commented Nov 20, 2018

Tabbing does not open popovers in EuiExpressionButton.

@chandlerprall
Copy link
Contributor

They are tabbable, but don't have any styles to indicate focus.

@cchaos what do you think about something like

.euiExpressionButton:focus {
  border-bottom: $euiBorderThick;
}

expression button with focus style

@cchaos
Copy link
Contributor

cchaos commented Nov 20, 2018

It could probably just use the same styles as the active state since it's just slightly hard to tell the difference when it goes from dashed to solid with the same color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants