-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create variant for link with 'btn' class #704
Conversation
🔎 Download the Backstop report for this pull request (link valid for 90 days): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
De mon côté, c'est difficile de juger si la couleur noire est juste ou fausse selon les situations. Par exemple, le hover sur un élément visité ou alors la pagination :
Pour les liens, je crois qu'on peut aussi utiliser : btn-success
, btn-danger
, btn-warning
, btn-info
, btn-light
, btn-dark
et btn-link
.
Salut @alinekeller, |
@williambelle @obieler Après avoir fait une nouvelle batterie de tests, je pense qu'il vaut finalement mieux retirer les changements de la PR #694. Le problème reporté avec les liens Dans le styleguide, les liens À mon avis il vaut donc mieux revenir à la situation initiale. J'ai retiré les styles que j'avais ajoutés pour le liens qui ont la classe Désolée pour ces allers-retours. |
.page-link, | ||
.page-link:visited { | ||
color: $red; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je pense qu'on peut supprimer suite au "revert" du a:visited
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Effectivement, c'est corrigé.
Correction de la couleurs des liens avec la classe 'btn' (https://epfl-webvolution.atlassian.net/browse/WEBEVOL-240)