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

fix focus styling for mobile #21

Open
sylwiavargas opened this issue Mar 28, 2020 · 3 comments
Open

fix focus styling for mobile #21

sylwiavargas opened this issue Mar 28, 2020 · 3 comments
Labels
enhancement New feature or request quick-fix

Comments

@sylwiavargas
Copy link
Collaborator

No description provided.

@sylwiavargas sylwiavargas added enhancement New feature or request quick-fix labels Apr 1, 2020
@sylwiavargas
Copy link
Collaborator Author

When we click and then unclick a row, it still remains in focus and that's confusing:

ezgif com-video-to-gif (22)

I've tried every answer on this thread:
https://stackoverflow.com/questions/23333231/bootstrap-button-shows-blue-outline-when-clicked

@sylwiavargas
Copy link
Collaborator Author

sylwiavargas commented Apr 6, 2020

Included now:

.btn:active {
   background: #fff !important;
   color: #343a40 !important;
 }

It's better but it still goes back to "selected" styling after a split second.

@Dana94
Copy link

Dana94 commented Apr 13, 2020

Are you trying to remove the box-shadow around the check boxes when they are selected?
image

Or when you select and then deselect the checkbox it remains active (dark background with white check) until another row is in focus? Then it seems to revert the colors on its own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request quick-fix
Projects
None yet
Development

No branches or pull requests

2 participants