CSR-341 qa bug fix - z-index update.

This commit is contained in:
bmauger 2022-02-17 08:34:32 -05:00
parent 12f4bb6305
commit b606dbcb0a

View file

@ -142,6 +142,7 @@ export default {
&:checked + label {
background: $blue-100;
box-shadow: 0 0 0 1px $blue;
z-index: 2;
}
&:checked + label p:first-child {
font-weight: 500;
@ -158,7 +159,7 @@ export default {
&:hover {
box-shadow: 0 0 0 4px $blue-300;
cursor: pointer;
z-index: 2;
z-index: 3 !important;
}
+ p {
display: none;