diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 17:43:20 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 17:43:20 +0300 |
| commit | d4636716fb6e1879098823c2f037db5d8d3f24a0 (patch) | |
| tree | 1c0b2c0225c9f1a5aa394f1096523bac57dd0022 /themes/light/dijit_basic.less | |
| parent | 81ccfed4b447bee43a330f26560325d11e908737 (diff) | |
collapse actions summary list in filter tree if 'toggle rule display' is disabled, remove label-specific icon display, simplify markup
Diffstat (limited to 'themes/light/dijit_basic.less')
| -rw-r--r-- | themes/light/dijit_basic.less | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index fcdde88eb..caf1c5379 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -148,12 +148,6 @@ top : -2px; }*/ - .labelParam { - float: right; - margin-right: 16px; - text-align: right; - } - .dijitTreeRow.filterDisabled { opacity : 0.5; |