Skip to content

Colour Picker visuals broken on desktop Chrome #440

@ArkadiuszNiemiec

Description

@ArkadiuszNiemiec

What happens?

screenshot from 2018-10-20 16-34-48

As you can see the Colour Picker looks broken on Chrome on both Windows and Linux. Other browsers look good. Is this a known problem or a problem with my setup?

Please tell us about your environment:

  • Node-RED-Dashboard version: 2.9.8
  • Node-RED version: 0.19.4
  • node.js version: v8.10.0
  • npm version: 3.5.2
  • Platform/OS: Odroid HC2 Ubuntu 18.04
  • Browser: Ubuntu Chrome, Windows Chrome

EDIT: Is there a way to turn off the shadow around the Colour Picker? It is the cause of the border around the widget shown in the picture above:

/* Colour Picker */
.nr-dashboard-theme .color-picker-panel {
background-color: @groupBackgroundColor;
border-color: @groupBorderColor;
box-shadow: 0 0 1px rgba(255,255,255,.5);
}

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