From 06afd90821c4afa446cd9515411a0b4439a10ab4 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Mon, 25 Aug 2025 14:08:08 -0400 Subject: [PATCH] CASH-1407: fixes to list-button and list-card styles --- src/styles/shared-input-button-styles.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/styles/shared-input-button-styles.scss b/src/styles/shared-input-button-styles.scss index e06feaf43..97f0d242f 100644 --- a/src/styles/shared-input-button-styles.scss +++ b/src/styles/shared-input-button-styles.scss @@ -4,26 +4,22 @@ cursor: pointer; &.list-button, - &.list-button-horizontal, - &.list-card { + &.list-button-horizontal { &:not(.selected) { position: relative; z-index: 5; @include box-shadow-hover($blue-300); - border-radius: 50rem; + border-radius: $border-radius-pill; } } } } -} -.base-input-button { &:not(.has-error):hover { cursor: pointer; &.list-button, - &.list-button-horizontal, - &.list-card { + &.list-button-horizontal { &:not(.selected) { position: relative; z-index: 5;