Merge pull request #238 from Safelite/CSR-341-border-fix

CSR-341 Set z-index to fix overlap issue.
This commit is contained in:
bmauger 2022-02-22 10:11:18 -05:00 committed by GitHub
commit 6ba1445402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ export default {
height: 0;
&:focus-visible + label {
box-shadow: 0 0 0 2px $blue;
z-index: 3;
z-index: 2;
}
&:focus + label {
box-shadow: 0 0 0 2px $blue;
@ -159,7 +159,7 @@ export default {
&:hover {
box-shadow: 0 0 0 4px $blue-300;
cursor: pointer;
z-index: 3 !important;
z-index: 4 !important;
}
+ p {
display: none;