diff --git a/app/assets/stylesheets/reactions.css b/app/assets/stylesheets/reactions.css index e1ce33e77..22454ca51 100644 --- a/app/assets/stylesheets/reactions.css +++ b/app/assets/stylesheets/reactions.css @@ -151,10 +151,10 @@ position: relative; - @media (any-hover: hover) { - &:hover { - z-index: 1; - } + /* Make sure the selection ring sits on top of adjacent buttons on hover */ + &:hover, + &:focus-visible { + z-index: 1; } } }