summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-10-15 13:40:04 +0300
committerAndrew Dolgov <[email protected]>2022-10-15 13:43:42 +0300
commitb7027619417dff16ff99de648b8281c2fc34dc54 (patch)
treecf0daf4c40b7b7bbcea7b3672622f92a03d5ae06 /themes/light
parentbbb47b5d62204e657c470724c981f0527772baae (diff)
fix tree expando being invisible on selected tree nodes
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/dijit_basic.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index f29461530..30451963b 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -141,6 +141,10 @@
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
color : white;
+
+ .dijitTreeExpando {
+ color : white;
+ }
}
/*.dijitTreeRow .dijitTreeExpando {