-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Highlight buttons when selected #1716
Comments
This could be resolved most easily by removing this one line: monica/resources/assets/sass/app.scss Line 416 in dc7c2ff
However, I've also noticed that the style/colors for buttons is a bit wonky in general. For example: Github uses a framework called primer for styles. |
Yes excellent idea. We need this indeed. |
I would be happy to help with this but setting up the dev environment has proved to be more work than I expected. I tried following the instructions but not being familiar with the tooling I got stuck #1739 and simply don't have the time now to dig into what else I need to follow. Some docs making it a bit easier for new contributes to get setup would be helpful. |
This issue has been automatically locked since there |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Add a css so it's clear which button is currently active/selected.
Example:
A good example of this is in Bootstrap where if you select a button and then hit tab you can see the difference between which button is selected and which isn't.
In this screenshot the primary button is clearly selected:
Github, which has very similar CSS to Monica has an active view that looks like this:
The text was updated successfully, but these errors were encountered: