Merge pull request #819 from Safelite/BRM-fix-list-group-error-states

Fix error styles on list-group.
This commit is contained in:
bmauger 2022-11-15 10:57:59 -05:00 committed by GitHub
commit f80ad8770a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ html {
box-shadow: 0 0 0 2.5px $red;
}
.list-button-content,
.list-button-horizontal-content {
border: 1px solid $red;
}
@ -28,6 +29,7 @@ html {
box-shadow: 0 0 0 2.5px $red;
}
input[type="radio"]:hover + .list-button-content,
input[type="radio"]:hover + .list-button-horizontal-content {
z-index: 5;
box-shadow: none;