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

Delegation unvote button showing in black text instead of white #75

Open
sauloperez opened this issue Nov 5, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@sauloperez
Copy link
Collaborator

Description

The delegation vote button broke its styling with the upgrade to Decidim 0.22 and it is not consistent with Dedicim's regular unvote button. See below.

Screenshot from 2020-11-05 11-59-41

Proposed solution

This has to do with:

#delegations-modal {
.vote-button-caption {
font-weight: bold;
}

It should set the font color to white as Decidim's .question-vote-cabin .vote-button-caption does.

@sauloperez sauloperez added the bug Something isn't working label Nov 5, 2020
@sauloperez sauloperez self-assigned this Dec 10, 2020
@sauloperez sauloperez removed their assignment Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant