Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions sao/src/theme/coog/sao.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,25 @@ div.scrollbar:has(+ div.treeview) {
border-bottom: none;
}

// the expander in the th should be set outside of the normal flow because
// resizing the column makes the span and the div into the th to stack
.treeview {
th {
.expander {
position: absolute;
top: 0;
// A negative offset for the case so that the text inside the title
// does not mangle with the expander
left: -3px;
}
}
th:has(> .expander) {
> div > label {
padding-left: 9px;
}
}
}

///////////////////////////////////////////////////////////////////////////////
// Top Menu
///////////////////////////////////////////////////////////////////////////////
Expand Down