Merge pull request #819 from Safelite/BRM-fix-list-group-error-states
Fix error styles on list-group.
This commit is contained in:
commit
f80ad8770a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue