Merge pull request #432 from Safelite/csr/414-v3

ui defect
This commit is contained in:
DonielleAtSafelite 2022-05-12 09:56:52 -04:00 committed by GitHub
commit 0cb2054d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ html {
&.list-button,
&.list-card,
&.list-card.list-button {
border: 1px solid $red;
color: $red;
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
@ -17,7 +16,7 @@ html {
border-radius: 10px;
}
label {
border: 1px solid transparent;
border: 1px solid $red;
}
label:hover {
box-shadow: 0px 0px 0px 4px $red-200;