Skip to content

Commit 9684942

Browse files
ga-fleuryBeksOmega
andauthored
feat: Add a blocklyFieldText CSS class to fields' text elements (#8291) (#8302)
* feat!: Add a blocklyFieldText CSS class to fields' text elements (#8291) * add class instead of replace Co-authored-by: Beka Westberg <bwestberg@google.com> --------- Co-authored-by: Beka Westberg <bwestberg@google.com>
1 parent dd18edd commit 9684942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export abstract class Field<T = any>
376376
this.textElement_ = dom.createSvgElement(
377377
Svg.TEXT,
378378
{
379-
'class': 'blocklyText',
379+
'class': 'blocklyText blocklyFieldText',
380380
},
381381
this.fieldGroup_,
382382
);

0 commit comments

Comments
 (0)