From b1c3ffa72a5942f22d9f28103a2cab993fe6adb7 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 19 Nov 2024 12:06:35 -0600 Subject: [PATCH] Stick with stock buttons for now --- app/assets/stylesheets/buttons.css | 8 -------- app/views/bubbles/index.html.erb | 10 +++++----- 2 files changed, 5 insertions(+), 13 deletions(-) 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 %>