Skip to content

Commit

Permalink
fix(ai-help): generalize button icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 21, 2023
1 parent 8e6c1aa commit 488b5f9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions client/src/plus/ai-help/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -495,15 +495,12 @@
}
}

.ai-help-message-content,
.ai-help-history {
.button.action.has-icon {
// Reduce button icon contrast to make it less prominent.
--button-color: var(--icon-secondary);
.button.action.has-icon {
// Reduce button icon contrast to make it less prominent.
--button-color: var(--icon-secondary);

&:hover {
--button-color: var(--icon-primary);
}
&:hover {
--button-color: var(--icon-primary);
}
}
}

0 comments on commit 488b5f9

Please sign in to comment.