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

Outline buttons are showing inverted colors in active mode #619

Open
puehringer opened this issue Feb 3, 2022 · 1 comment
Open

Outline buttons are showing inverted colors in active mode #619

puehringer opened this issue Feb 3, 2022 · 1 comment
Assignees
Labels
priority: high type: bug Something isn't working

Comments

@puehringer
Copy link
Contributor

This PR (#616) adjusted the outline buttons to not "invert" its color. The problem is that the font-color needs to be de-inverted as well.

The problem can be seen when adding the active class to a button, or when click and holding a button (:active):
image

<button type="submit" class="btn btn-outline-secondary btn-sm active">Save</button>

Could you take a look at it @dvdanielamoitzi? If you need anything, let me know.

@puehringer puehringer added the type: bug Something isn't working label Feb 3, 2022
@puehringer
Copy link
Contributor Author

@dvdanielamoitzi It also shows up like this in our permission dialogs:
image

I think we should prioritize this higher, can you take a look at it or should I?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants