Skip to content

Commit cc22a85

Browse files
authored
Replace literal utf-8 glyph characters with escape codes (#1601)
1 parent cbf026e commit cc22a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sites/genomics-site/webapp/wdkCustomization/js/client/components/records/AiExpressionSummary.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ ul.ai-topic {
128128
}
129129

130130
li.ai-floater-inactive::marker {
131-
content: ' ';
131+
content: '\25CF '; /* '● ' */
132132
}
133133
li.ai-floater-active::marker {
134-
content: ' ';
134+
content: '\25B6 '; /* '▶ ' */
135135
}
136136
}
137137

0 commit comments

Comments
 (0)