From b7027619417dff16ff99de648b8281c2fc34dc54 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 15 Oct 2022 13:40:04 +0300 Subject: fix tree expando being invisible on selected tree nodes --- themes/light/dijit_basic.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/light/dijit_basic.less') 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 { -- cgit v1.2.3-54-g00ecf