Make Multiselect dropdown open state persist in admin tables

pull/1019/head
Alex P 2017-03-14 12:06:11 -07:00
parent 5b88af52e1
commit 71393f4c60
1 changed files with 7 additions and 0 deletions

View File

@ -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;