Skip to content

Commit

Permalink
EPMRPP-77977 || Code review fixes - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ble committed Jul 1, 2022
1 parent 75e3d5b commit 0a3be9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/common/css/variables/newColors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ $COLOR--tag-value-text: #394db6;
$COLOR--tag-value-background: #ced8fc;
$COLOR--tag-key-text: #6f4599;
$COLOR--tag-key-background: #dac3e6;
$COLOR--grey-90: #e5e5e5;
$COLOR--settings-menu-hover: #e5e5e5;
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const Notifications = ({ setHeaderTitleNode }) => {
}

return () => setHeaderTitleNode(null);
});
}, [setHeaderTitleNode]);

const onToggleHandler = (isEnabled, notification) => {
trackEvent(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
text-overflow: ellipsis;

&:hover {
background-color: $COLOR--grey-90;
background-color: $COLOR--settings-menu-hover;
}
}

Expand Down

0 comments on commit 0a3be9a

Please sign in to comment.