mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Add Tom-Select lib
This commit is contained in:
25
node_modules/tom-select/dist/scss/plugins/optgroup_columns.scss
generated
vendored
Normal file
25
node_modules/tom-select/dist/scss/plugins/optgroup_columns.scss
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
.#{$select-ns}-dropdown.plugin-optgroup_columns {
|
||||
.ts-dropdown-content{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.optgroup {
|
||||
border-right: 1px solid #f2f2f2;
|
||||
border-top: 0 none;
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.optgroup:last-child {
|
||||
border-right: 0 none;
|
||||
}
|
||||
|
||||
.optgroup::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.optgroup-header {
|
||||
border-top: 0 none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user