From 29a13f729a415503520019ffdf0cb93b7015395b Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Mon, 22 Mar 2021 10:00:27 -0400 Subject: [PATCH] fix: remove extra x in first section celebration modal (#397) x icon that was added to paragon as part of the streak celebration modal is redundant with the x added to only the first section celebration modal AA-713 --- src/courseware/course/celebration/CelebrationModal.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/courseware/course/celebration/CelebrationModal.scss b/src/courseware/course/celebration/CelebrationModal.scss index 5f561d56..595d15c2 100644 --- a/src/courseware/course/celebration/CelebrationModal.scss +++ b/src/courseware/course/celebration/CelebrationModal.scss @@ -11,10 +11,6 @@ position: absolute; right: 1rem; } - - button::after { - content: "⨉"; - } } .modal-body {