Make Multiselect dropdown open state persist in admin tables
parent
5b88af52e1
commit
71393f4c60
|
@ -81,6 +81,7 @@
|
|||
.caret {opacity: 0;}
|
||||
.multi-select-dropdown__label {left: 0;}
|
||||
}
|
||||
.open .dropdown-toggle .multi-select-dropdown__label {left: 9px;}
|
||||
tbody tr:hover {
|
||||
.admin-table--delete {
|
||||
visibility: visible;
|
||||
|
@ -99,6 +100,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.multi-select-dropdown.open .dropdown-toggle {
|
||||
color: $g20-white !important;
|
||||
background-color: $c-laser !important;
|
||||
font-weight: 600;
|
||||
.multi-select-dropdown__label {left: 9x !important;}
|
||||
}
|
||||
}
|
||||
.admin-table--edit-row {
|
||||
background-color: $g4-onyx;
|
||||
|
|
Loading…
Reference in New Issue