Fix error styles on list-group.

This commit is contained in:
Bryan Mauger 2022-11-15 09:52:06 -05:00
parent d5c56fc7f0
commit 37eec48173

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;