Skip to content

Commit

Permalink
Adds background transition to .comment class
Browse files Browse the repository at this point in the history
  • Loading branch information
lalentine96 authored and umputun committed Apr 12, 2020
1 parent 4b3e59f commit 82cbb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/components/comment/comment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 82cbb5a

Please sign in to comment.