mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01: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;
|
||||
}
|
||||
|
||||
// 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 {
|
||||
margin: unset;
|
||||
background-color: $ibo-input-select-selectize--item--active--background-color;
|
||||
|
||||
Reference in New Issue
Block a user