Skip to content

Commit

Permalink
fix: reduce glow brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 9, 2020
1 parent a9b0942 commit 238aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/atom-ide-signature-help.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// glow on hover
transition: background-color 0.15s ease;
&:hover {
background-color: mix(@syntax-background-color, @syntax-selection-color, 50%);
background-color: mix(@syntax-background-color, @syntax-selection-color, 95%);
}
}

Expand Down

0 comments on commit 238aafd

Please sign in to comment.