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

ボタンをTabキーで選択した際にhover時と同じ表示にならない #25

Open
Hiratake opened this issue Apr 18, 2021 · 1 comment
Labels
🤝good first issue 最初のコントリビューター向けの小さい問題 🐛problem:bug 不具合

Comments

@Hiratake
Copy link
Member

Tabキーでフォームを操作する場合に、ボタンにカーソルを合わせても見た目が変化しない。
フォーカスが合っているのかいないのかが判別できない状態はよくないので、hover時と同じ表示となるようにする。

@Hiratake Hiratake self-assigned this Apr 18, 2021
@Hiratake Hiratake added 🐛problem:bug 不具合 🤝good first issue 最初のコントリビューター向けの小さい問題 ♻improvement 改善やリファクタリング and removed ♻improvement 改善やリファクタリング labels Apr 18, 2021
@Hiratake
Copy link
Member Author

JButton コンポーネントのCSSで hover 時の動作を記述しているところに、 :focus の場合を追加する。

&:hover { ... }

&:hover, &:focus { ... }

@Hiratake Hiratake removed their assignment May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤝good first issue 最初のコントリビューター向けの小さい問題 🐛problem:bug 不具合
Projects
None yet
Development

No branches or pull requests

1 participant