]> git.proxmox.com Git - extjs.git/blame - extjs/modern/theme-neptune/sass/var/list/TreeItem.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-neptune / sass / var / list / TreeItem.scss
CommitLineData
6527f429
DM
1\r
2// TODO: change sizing to use em/rem units\r
3$treelist-padding: dynamic(0 8px);\r
4$treelist-item-line-height: dynamic(24px);\r
5$treelist-item-line-height-big: dynamic(32px);\r
6$treelist-item-text-color: dynamic($list-item-color);\r
7$treelist-item-text-icon-gap: dynamic(4px);\r
8\r
9$treelist-item-expander-color: dynamic($neutral-dark-color);\r
10\r
11$treelist-item-expander-font-size: dynamic(16px);\r
12$treelist-item-expander-font-size-big: dynamic(24px);\r
13\r
14$treelist-item-expander-glyph: dynamic($fa-var-caret-right $font-icon-font-family);\r
15$treelist-item-expander-expanded-glyph: dynamic($fa-var-caret-down $font-icon-font-family);\r
16\r
17$treelist-item-expander-width: dynamic($treelist-item-expander-font-size);\r
18$treelist-item-expander-width-big: dynamic($treelist-item-expander-font-size-big);\r
19\r
20$treelist-item-icon-color: dynamic($neutral-dark-color);\r
21\r
22$treelist-item-icon-font-size: dynamic(16px);\r
23$treelist-item-icon-font-size-big: dynamic(24px);\r
24\r
25$treelist-item-icon-width: dynamic($treelist-item-icon-font-size);\r
26$treelist-item-icon-width-big: dynamic($treelist-item-icon-font-size-big);\r
27\r
28$treelist-row-selected-background-color: dynamic($list-item-selected-background-color);\r
29$treelist-row-over-background-color: dynamic($list-item-pressed-background-color);