Skip to content

Remove toast demos

Taurie Davis requested to merge remove-toast-demos into master

Toast demos are incorrectly styled in Pajamas:

Screen_Shot_2020-03-06_at_3.16.40_PM

The toast styles are not applied because the toast is attached to the <body> element instead of the element that contains gitlab-ui styles.

We've attached the styles from gitlab-ui to .app-styles, in order to avoid issues with gitlab-ui styles conflicting with Pajamas CSS.

For toasts to appear correctly in Pajamas, we need to build Pajamas using gitlab-ui and remove the custom styles in this repo. #487 (closed)

Issue to add toast demos back: #488 (closed)

Edited by Taurie Davis

Merge request reports