diff --git a/frontend/app/components/comment/__controls/comment__controls.scss b/frontend/app/components/comment/__controls/comment__controls.scss index 056a60ad..c01d01bd 100644 --- a/frontend/app/components/comment/__controls/comment__controls.scss +++ b/frontend/app/components/comment/__controls/comment__controls.scss @@ -4,10 +4,13 @@ user-select: none; font-size: 14px; font-weight: 700; - opacity: 0; - &:hover, - &:focus-within { - opacity: 1; + @media (hover: hover) { + opacity: 0; + + &:hover, + &:focus-within { + opacity: 1; + } } }