Skip to content

Commit

Permalink
fix: color and background hover in HeaderBar module
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Dec 19, 2023
1 parent 3ecce32 commit d479c75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-bobcats-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-components': patch
---

fix: header bar help link style in qlik-light mode
6 changes: 3 additions & 3 deletions packages/components/src/HeaderBar/HeaderBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ $tc-headerbar-logo-full-width: 8.5rem !default;
:global {
.tc-dropdown-button,
.btn-link {
color: tokens.$coral-color-brand-text;
color: tokens.$coral-color-brand-text !important;
&:hover,
&:focus {
color: tokens.$coral-color-brand-text;
background: tokens.$coral-color-brand-background-weak-hover;
color: tokens.$coral-color-brand-text !important;
background: tokens.$coral-color-brand-background-weak-hover !important;
}
}
}
Expand Down

0 comments on commit d479c75

Please sign in to comment.