-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(qcca-theme): ajout de style pour la barre de défilement qc-ca #1400
Conversation
} | ||
|
||
*::-webkit-scrollbar-thumb { | ||
background: #095797; |
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.
Même chose ici, la couleur est disponible dans la palette
background: #095797; | |
background: base.$blue-normal-piv; |
} | ||
|
||
*::-webkit-scrollbar-track { | ||
box-shadow: inset 0 0 5px #dae6f0; |
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.
Il faudrait utiliser la palette de couleur ou aller chercher directement dans les coleurs officiel du QCCA
box-shadow: inset 0 0 5px #dae6f0; | |
box-shadow: inset 0 0 5px base.$blue-light; |
@@ -0,0 +1,17 @@ | |||
@use 'sass:map'; |
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.
L'importation 'sass:map' ne semble pas utilisé
…1400) * added scrollbar theming for qc-ca theme
Please check if the PR fulfills these requirements
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
The scrollbar has a personnalized color and is thinner.
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
Other information: