aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos
diff options
context:
space:
mode:
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 },