File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
web/libs/editor/src/tags/control/Taxonomy Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,17 @@ body :global(.ant-select-tree) {
49
49
color : var (--color-neutral-content );
50
50
}
51
51
52
- body :global(.ant-select-tree .ant-select-tree-node-content-wrapper :hover ) {
52
+ body :global(.ant-select-tree .ant-select-tree-treenode .ant-select-tree- node-content-wrapper:hover ) {
53
53
background-color : var (--color-primary-emphasis-subtle );
54
54
color : var (--color-neutral-content );
55
55
}
56
56
57
+
58
+ body :global(.ant-select-tree .ant-select-tree-treenode.ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper ) {
59
+ background : var (--color-primary-emphasis-subtle );
60
+ color : var (--color-neutral-content );
61
+ }
62
+
57
63
body :global(.ant-select-tree-switcher .ant-tree-switcher-icon , .ant-select-tree-switcher .ant-select-tree-switcher-icon ) {
58
64
color : var (--color-neutral-icon );
59
65
}
@@ -81,4 +87,8 @@ body :global(.ant-select-multiple .ant-select-selection-item-remove) {
81
87
82
88
body :global(.ant-select-arrow ) {
83
89
color : var (--color-neutral-icon );
84
- }
90
+ }
91
+
92
+ body :global(.ant-empty-description ) {
93
+ color : var (--color-neutral-content-subtler );
94
+ }
You can’t perform that action at this time.
0 commit comments