Skip to content

Commit 2238b66

Browse files
authored
revert the bold effect on the old sidebar (#3458)
revert the bold effect on the old sidebra
1 parent b1060c3 commit 2238b66

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/compass-sidebar/src/components-legacy/sidebar/navigation-items.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ const navItemButton = css({
3131
backgroundColor: uiColors.gray.dark2,
3232
':hover': {
3333
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',
34+
backgroundColor: uiColors.gray.dark3
3735
},
3836
});
3937

packages/compass-sidebar/src/components-legacy/sidebar/sidebar.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
--item-color: @pw;
2929
--item-color-active: @pw;
3030
--item-bg-color: @compass-sidebar-base-background-color;
31-
--item-bg-color-hover: @grayDark2;
31+
--item-bg-color-hover: @grayDark3;
3232
--item-bg-color-active: @grayDark1;
3333

3434
color: var(--color);

0 commit comments

Comments
 (0)