neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
671 stars 345 forks source link

Grass styling text-color not working #1945

Open Kevin-Darty opened 9 months ago

Kevin-Darty commented 9 months ago

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