Skip to content

Commit 32a3e22

Browse files
committed
💄(frontend) remove course-glimpse background color
We recently revamp the HTML structure of the course glimpse but we forgot to remove the background color applied to the `.course-glimpse` element. This was invisible until the course glimpse was displayed on a background other than white...
1 parent 11d2917 commit 32a3e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontend/scss/objects/_course_glimpses.scss

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ $course-glimpse-content-padding-sides: 0.7rem !default;
4646
// Apply card styles for elements
4747
@include m-o-card(
4848
$border: 0,
49-
$background: r-theme-val(course-glimpse, card-background),
5049
$media-margin: 0,
5150
$wrapper-padding: 1.7rem $course-glimpse-content-padding-sides 0.5rem,
5251
$foot-divider: null

0 commit comments

Comments
 (0)