diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index d6352661b..a91eafae7 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -468,9 +468,11 @@ } .input.boost__input { + --hover-size: 0; --input-border-radius: 0; --input-border-size: 0; --input-padding: 0; + --outline-size: 0; color: inherit; font-size: inherit; @@ -478,11 +480,22 @@ inline-size: min-content; max-inline-size: 3ch; min-inline-size: 1ch; + outline: none; @supports (field-sizing: content) { field-sizing: content; max-inline-size: unset; } + + &:focus { + background-color: var(--color-highlight); + } + + &::-webkit-outer-spin-button, + &::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } } .card__popped { diff --git a/app/views/bubbles/boosts/_boosts.html.erb b/app/views/bubbles/boosts/_boosts.html.erb index b741a89fb..ca12a1ed5 100644 --- a/app/views/bubbles/boosts/_boosts.html.erb +++ b/app/views/bubbles/boosts/_boosts.html.erb @@ -1,11 +1,10 @@ -