mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
26 lines
358 B
SCSS
26 lines
358 B
SCSS
.#{$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;
|
|
}
|
|
}
|