We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1060c3 commit 2238b66Copy full SHA for 2238b66
packages/compass-sidebar/src/components-legacy/sidebar/navigation-items.jsx
@@ -31,9 +31,7 @@ const navItemButton = css({
31
backgroundColor: uiColors.gray.dark2,
32
':hover': {
33
cursor: 'pointer',
34
- // removed the hover background color change and bolding the text so the old
35
- // sidebar fits with the compass-databases-navigation colour changes.
36
- fontWeight: 'bold',
+ backgroundColor: uiColors.gray.dark3
37
},
38
});
39
packages/compass-sidebar/src/components-legacy/sidebar/sidebar.module.less
@@ -28,7 +28,7 @@
28
--item-color: @pw;
29
--item-color-active: @pw;
30
--item-bg-color: @compass-sidebar-base-background-color;
- --item-bg-color-hover: @grayDark2;
+ --item-bg-color-hover: @grayDark3;
--item-bg-color-active: @grayDark1;
color: var(--color);
0 commit comments