Content
View differences
Updated by Parimal Satyal over 2 years ago
### Steps to reproduce
1. In Admin -> Design, choose a different color for links (e.g. red or green)
2. Go to any Work package, click on "Share" and share with at least one person
3. Select that user via the checkbox at the beginning of the line
### What is the buggy behavior?
* The background of the checkbox has the same color as the link
<img class="op-uc-image op-uc-image_inline" style="width:450px;" src="/api/v3/attachments/80527/content">
* This happens because Primer use their `--color-accent-fg` for links as well as for the background of checkboxes (or radio buttons)
* We override `--color-accent-fg` with our link color to ensure that the coprorate design is applied on all links
### What is the expected behavior?
* Retain current behaviour. TBD
Either we accept that, or we enforce a blue background
1. In Admin -> Design, choose a different color for links (e.g. red or green)
2. Go to any Work package, click on "Share" and share with at least one person
3. Select that user via the checkbox at the beginning of the line
### What is the buggy behavior?
* The background of the checkbox has the same color as the link
<img class="op-uc-image op-uc-image_inline" style="width:450px;" src="/api/v3/attachments/80527/content">
* This happens because Primer use their `--color-accent-fg` for links as well as for the background of checkboxes (or radio buttons)
* We override `--color-accent-fg` with our link color to ensure that the coprorate design is applied on all links
### What is the expected behavior?
* Retain current behaviour.
Either we accept that, or we enforce a blue background