When the "selectedTextFill" is defined in the CSS, it's not at all honoured. When you select the text, still the text appears in white.
.test {
borderFill: yellow;
backgroundFill: linear (0%, 0%) to (0%, 100%) stops (0.09, #7a7e86), (0.95, #2a2e36);
textFill: red;
selectedTextFill: brown;
}
.test {
borderFill: yellow;
backgroundFill: linear (0%, 0%) to (0%, 100%) stops (0.09, #7a7e86), (0.95, #2a2e36);
textFill: red;
selectedTextFill: brown;
}