aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-01 09:22:21 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-01 09:22:21 +0200
commit465a8b1c8a136c8058bf0e790b89434513bac0d7 (patch)
tree7f5bcf1fccc3dcfd2cfb4dfbd7d46ae7237090d2 /src/features/todos
parentfeat(Service API): Share `team`, `url` and `hasCustomIcon` with service (diff)
downloadferdium-app-465a8b1c8a136c8058bf0e790b89434513bac0d7.tar.gz
ferdium-app-465a8b1c8a136c8058bf0e790b89434513bac0d7.tar.zst
ferdium-app-465a8b1c8a136c8058bf0e790b89434513bac0d7.zip
remove unused selector
Diffstat (limited to 'src/features/todos')
-rw-r--r--src/features/todos/components/TodosWebview.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index d052da6f2..f24c0b044 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -35,9 +35,6 @@ const styles = theme => ({
35 35
36 transform: ({ isVisible, width }) => `translateX(${isVisible ? 0 : width}px)`, 36 transform: ({ isVisible, width }) => `translateX(${isVisible ? 0 : width}px)`,
37 37
38 '&:hover $closeTodosButton': {
39 opacity: 1,
40 },
41 '& webview': { 38 '& webview': {
42 height: '100%', 39 height: '100%',
43 }, 40 },