From bc8ae96cac0fa83e11602a0d909c025b4f1f1e89 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 8 Apr 2018 14:46:36 +0300 Subject: [PATCH] indent fix (my editor screws up here) --- src/components/still-image/still-image.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index 071e0380..cffd5d42 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -16,7 +16,7 @@ width: 100%; height: 100% - &:hover canvas { + &:hover canvas { display: none; }