aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspaceDrawerItem.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/WorkspaceDrawerItem.js')
-rw-r--r--src/features/workspaces/components/WorkspaceDrawerItem.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/features/workspaces/components/WorkspaceDrawerItem.js b/src/features/workspaces/components/WorkspaceDrawerItem.js
index 1e28ebea6..17a7882b8 100644
--- a/src/features/workspaces/components/WorkspaceDrawerItem.js
+++ b/src/features/workspaces/components/WorkspaceDrawerItem.js
@@ -20,9 +20,15 @@ const styles = theme => ({
20 '&:first-child': { 20 '&:first-child': {
21 borderTop: `1px solid ${theme.workspaceDrawerItemBorder}`, 21 borderTop: `1px solid ${theme.workspaceDrawerItemBorder}`,
22 }, 22 },
23 '&:hover': {
24 backgroundColor: theme.workspaceDrawerItemHoverBackground,
25 },
23 }, 26 },
24 isActiveItem: { 27 isActiveItem: {
25 backgroundColor: theme.workspaceDrawerItemActiveBackground, 28 backgroundColor: theme.workspaceDrawerItemActiveBackground,
29 '&:hover': {
30 backgroundColor: theme.workspaceDrawerItemActiveBackground,
31 },
26 }, 32 },
27 name: { 33 name: {
28 marginTop: '4px', 34 marginTop: '4px',