update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user