Skip to content

Commit

Permalink
fix(discord): incorrect background color when hovering mentioned mess…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
diogotcorreia committed Feb 12, 2024
1 parent 647999d commit b6739cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/graphical/programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ in {
--background-secondary: var(--primary-600);
--background-tertiary: var(--primary-700);
}
/* fix for broken background when hovering mentions */
.mouse-mode.full-motion .mentioned__58017:hover {
background-color: var(--background-mentioned-hover) !important;
}
'';
};
DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING = true;
Expand Down

0 comments on commit b6739cc

Please sign in to comment.