This commit is contained in:
Lieu Le
2019-09-13 13:35:47 +07:00
parent 73416ceb14
commit b3583f41dc
4 changed files with 20 additions and 11 deletions

View File

@@ -218,12 +218,13 @@ button.opal-collapse-button{
user-select: none;
line-height: 1;
.custom-checkbox-label{
z-index: -1;
//z-index: -1;
}
input[type="checkbox"]{
position: absolute;
opacity: 0;
cursor: pointer;
z-index: 2;
&:checked ~ .custom-checkbox-label{
background-color: $primary;
&::after{
@@ -248,6 +249,10 @@ button.opal-collapse-button{
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: $primary !important;
}
.more-options-label{
display: inline-block;
position: relative;
@@ -262,8 +267,9 @@ button.opal-collapse-button{
position: absolute;
opacity: 0;
cursor: pointer;
z-index: 2;
&:checked ~ .custom-checkbox-label{
background-color: $secondary;
background-color: $primary;
&::after{
display: block;
}

View File

@@ -245,6 +245,7 @@
position: absolute;
opacity: 0;
cursor: pointer;
z-index: 2;
&:checked ~ span.custom-checkbox-label{
background-color: $primary;
&::after{
@@ -253,7 +254,7 @@
}
}
.custom-checkbox-label{
z-index: -1;
//z-index: -1;
}
}
}