Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Added a CSS class to error messages. #55

Merged
merged 1 commit into from
Jun 1, 2018
Merged

Added a CSS class to error messages. #55

merged 1 commit into from
Jun 1, 2018

Conversation

ngnpope
Copy link
Contributor

@ngnpope ngnpope commented May 4, 2018

Added a CSS class to error messages output by dash on load to allow them to be styled.

A workaround for this is to use a (fragile) selector path to match the element, e.g.

#react-entry-point > div > div:nth-child(2):not([id]):not([class])

Added a CSS class to error messages output by dash on load to allow them to be styled.

A workaround for this is to use a (fragile) selector path to match the element, e.g.

    #react-entry-point > div > div:nth-child(2):not([id]):not([class])
@chriddyp
Copy link
Member

chriddyp commented Jun 1, 2018

Makes sense, thanks!

@chriddyp chriddyp merged commit 9cb8f0f into plotly:master Jun 1, 2018
@ngnpope ngnpope deleted the patch-1 branch June 1, 2018 09:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants