forked from AuroraMiddleware/gtk
Adwaita: Make treeexpander styling generic
The widget can be used outside .navigation-sidebar. This also fixes the label misalignment in the widget.
This commit is contained in:
parent
8e81cbef2c
commit
40f2b49c0d
@ -3311,6 +3311,10 @@ columnview {
|
||||
}
|
||||
}
|
||||
|
||||
treeexpander {
|
||||
border-spacing: 4px;
|
||||
}
|
||||
|
||||
/********************************************************
|
||||
* Data Tables *
|
||||
* treeview like tables with individual focusable cells *
|
||||
@ -3602,12 +3606,6 @@ separator.sidebar {
|
||||
// will make the animation of the new bookmark row jump
|
||||
> revealer { padding: 0 14px; }
|
||||
|
||||
expander {
|
||||
margin: 0 8px 0 0;
|
||||
|
||||
&:dir(rtl) { margin: 0 0 0 8px; }
|
||||
}
|
||||
|
||||
&:selected {
|
||||
background-color: $menu_selected_color;
|
||||
color: $fg_color;
|
||||
|
Loading…
Reference in New Issue
Block a user