mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°7982 - Allow select drop-down height to be customized through SCSS variable
This commit is contained in:
@@ -200,6 +200,11 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// N°7982 Default selectize stylesheet override
|
||||||
|
.selectize-dropdown-content{
|
||||||
|
max-height: $ibo-input-select-selectize--dropdown--max-height;
|
||||||
|
}
|
||||||
|
|
||||||
.selectize-dropdown.ui-menu .ui-state-active {
|
.selectize-dropdown.ui-menu .ui-state-active {
|
||||||
margin: unset;
|
margin: unset;
|
||||||
background-color: $ibo-input-select-selectize--item--active--background-color;
|
background-color: $ibo-input-select-selectize--item--active--background-color;
|
||||||
|
|||||||
Reference in New Issue
Block a user