File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,6 @@ main.layout:has( .workarea > .pivotTableUiContainer[aria-busy=true] ) > nav#side
2020 }
2121
2222
23- /*
24- details[role=treeitem][data-nodetype=derived]:not(
25- [data-derivation=elements],
26- [data-derivation=entries],
27- [data-derivation="first letter"]
28- ) > summary
29- */
30-
3123 details [role = treeitem ] {
3224
3325 > summary {
@@ -261,7 +253,7 @@ main.layout:has( .workarea > .pivotTableUiContainer[aria-busy=true] ) > nav#side
261253 details [data-nodetype = member ][data-member_expression_type $= '[]' ] > summary > span .label ::before ,
262254 details [data-nodetype = column ][data-column_type $= '[]' ] > summary > span .label ::before
263255 {
264- content : var ( --icon-code-dots );
256+ content : var ( --icon-brackets-contain );
265257 }
266258
267259 details [data-nodetype = member ][data-member_expression_type ^= DECIMAL ] > summary > span .label ::before ,
Original file line number Diff line number Diff line change 5454 --icon-math-avg : '\f0f4' ;
5555 --icon-math-max : '\f0f5' ;
5656 --icon-math-min : '\f0f6' ;
57- --icon-code-dots : '\f1e5' ;
5857 --icon-logical-and : '\f240' ;
5958 --icon-logical-or : '\f245' ;
6059 --icon-ruler-3 : '\f290' ;
6968 --icon-number-16-small : '\fce9' ;
7069 --icon-number-32-small : '\10002' ;
7170 --icon-number-64-small : '\ffe2' ;
71+ --icon-brackets-contain : '\f1e5' ;
7272 --icon-code-dots : '\f61a' ;
7373 --icon-exclamation-circle : '\f634' ;
7474 --icon-player-play-filled : '\f691' ;
You can’t perform that action at this time.
0 commit comments