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

Fix "Graph style picker has white outline in dark mode" #1971

Closed danieladugyan closed 2 months ago

danieladugyan commented 2 months ago

Description

As demonstrated in the video below, the graph style picker has a white outline in dark mode. This PR fixes that by setting the theme background color with higher specificity.

image