Skip to content

Commit 03be944

Browse files
committed
Fix array icon.
1 parent 0a40a7f commit 03be944

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/AttributeUi/AttributeUi.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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,

src/Theme/icons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
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';
@@ -69,6 +68,7 @@
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';

0 commit comments

Comments
 (0)