aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 10:56:07 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 10:56:07 +0200
commit2bda2f3f761ed36b060716153847cb85ce363e0c (patch)
tree04fe390d8bc225233ea32105e9ddaf49f80a3bc5 /src
parentautofocus create workspace input field (diff)
downloadferdium-app-2bda2f3f761ed36b060716153847cb85ce363e0c.tar.gz
ferdium-app-2bda2f3f761ed36b060716153847cb85ce363e0c.tar.zst
ferdium-app-2bda2f3f761ed36b060716153847cb85ce363e0c.zip
add css transition to drawer workspace item hover
Diffstat (limited to 'src')
-rw-r--r--src/features/workspaces/components/WorkspaceDrawerItem.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/workspaces/components/WorkspaceDrawerItem.js b/src/features/workspaces/components/WorkspaceDrawerItem.js
index 17a7882b8..0be485504 100644
--- a/src/features/workspaces/components/WorkspaceDrawerItem.js
+++ b/src/features/workspaces/components/WorkspaceDrawerItem.js
@@ -17,6 +17,7 @@ const styles = theme => ({
17 height: '67px', 17 height: '67px',
18 padding: `15px ${theme.workspaceDrawerPadding}px`, 18 padding: `15px ${theme.workspaceDrawerPadding}px`,
19 borderBottom: `1px solid ${theme.workspaceDrawerItemBorder}`, 19 borderBottom: `1px solid ${theme.workspaceDrawerItemBorder}`,
20 transition: 'background-color 300ms ease-out',
20 '&:first-child': { 21 '&:first-child': {
21 borderTop: `1px solid ${theme.workspaceDrawerItemBorder}`, 22 borderTop: `1px solid ${theme.workspaceDrawerItemBorder}`,
22 }, 23 },