Skip to content

Grass styling text-color not working #1945

Open
@Kevin-Darty

Description

@Kevin-Darty

Description

The properties text-color-external and text-color-internal are not applied.

Reproduce Steps

CREATE (:MyLabel{title:'a'})-[:MY_REL]->(:MyLabel{title:'b'})
:style
relationship.MY_REL {
  color: #337eff; // OK
  text-color-external: #337eff; // Not applied
  text-color-internal: #337eff; // Not applied
}
match (a)-[r:MY_REL]-(b)
return a,r,b

Expected Behavior

Change the external and internal text color

Current Behavior

The "color" value is applied.
The "text-color-external" value is not applied.
The "text-color-internal" value is not applied.

Capture

Your Environment

OS : Windows 10, version 22H2
Web browser : Chrome Version 118.0.5993.118 (Build officiel) (64 bits)
Neo4j Browser / Neo4j: installed on Debian 12 from deb https://debian.neo4j.com stable 5
Neo4j version: 5.13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions