We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
active
:active
<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.
The text was updated successfully, but these errors were encountered:
@dvdanielamoitzi It also shows up like this in our permission dialogs:
I think we should prioritize this higher, can you take a look at it or should I?
Sorry, something went wrong.
dvdanielamoitzi
No branches or pull requests
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
):Could you take a look at it @dvdanielamoitzi? If you need anything, let me know.
The text was updated successfully, but these errors were encountered: