From 82cbb5a836e12aaabf72542a30d1ea48a2bb37a0 Mon Sep 17 00:00:00 2001 From: lalentine Date: Sun, 12 Apr 2020 17:49:37 +0300 Subject: [PATCH] Adds background transition to .comment class --- frontend/app/components/comment/comment.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/comment/comment.scss b/frontend/app/components/comment/comment.scss index 9285a092..21924741 100644 --- a/frontend/app/components/comment/comment.scss +++ b/frontend/app/components/comment/comment.scss @@ -3,6 +3,7 @@ padding: 12px 0 8px; font-size: 16px; line-height: 1.2; + transition: background 0.3s ease-in-out; @media (hover: hover) { &:hover {