Merge pull request #2794 from Safelite/feature/bugfix/CASH-1407

Feature/bugfix/cash 1407
This commit is contained in:
AdamCaouetteSafelite 2025-08-25 17:31:05 -04:00 committed by GitHub
commit 55fc7589c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;