Skip to content

Fix avatar crop screen in dark mode

Simon Knox requested to merge psi-dark-cropper into master

What does this MR do?

Fix Avatar selector on dark mode

Before After
Screen_Shot_2020-09-29_at_2.28.08_pm Screen_Shot_2020-09-29_at_2.28.38_pm

Use SCSS import instead of rails require

Remove now unneeded require_self, since there's no other imports.

This slightly changes the output order (cropper CSS is no longer at the end of the file), but doesn't affect anything as the cropper styles are fairly independent.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Edited by Simon Knox

Merge request reports

Loading