diff --git a/app/assets/stylesheets/buttons.css b/app/assets/stylesheets/buttons.css index 7e64c1c04..87554cddf 100644 --- a/app/assets/stylesheets/buttons.css +++ b/app/assets/stylesheets/buttons.css @@ -195,14 +195,6 @@ --btn-padding: 0; --hover-size: 0; --outline-size: 0; - - @media (hover: hover) { - transition: scale 200ms ease-out; - - &:has(img):hover { - scale: 1.2; - } - } } .btn--positive { diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index ac070cb13..af61d2e44 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -2,9 +2,9 @@ <% content_for :header do %>