From 431d294cb65096e1459d5e0d987b1e8c4016f4fa Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Tue, 13 Nov 2018 01:02:56 +0200 Subject: [PATCH] default cursor for inactive comment control --- .../_view/_inactive/comment__control_view_inactive.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/comment/__control/_view/_inactive/comment__control_view_inactive.scss b/web/app/components/comment/__control/_view/_inactive/comment__control_view_inactive.scss index 92654ba2..c93397f0 100644 --- a/web/app/components/comment/__control/_view/_inactive/comment__control_view_inactive.scss +++ b/web/app/components/comment/__control/_view/_inactive/comment__control_view_inactive.scss @@ -3,5 +3,6 @@ &:hover, &:focus { color: #999; + pointer-events: none; } }