Skip to content

Commit 4f222e5

Browse files
committed
Display: Fix course-tool preview in theme color selector #5440
1 parent 8a916c0 commit 4f222e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assets/vue/components/admin/ColorThemePreview.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,20 @@ provide("isCustomizing", isCustomizing)
220220
</div>
221221
<div>
222222
<p class="mb-3 text-lg">{{ t("Some more elements") }}</p>
223+
223224
<div class="course-tool cursor-pointer">
224225
<div class="course-tool__link hover:primary-gradient hover:bg-primary-gradient/10">
226+
<svg
227+
class="course-tool__shadow"
228+
fill="none"
229+
viewBox="0 0 117 105"
230+
xmlns="http://www.w3.org/2000/svg"
231+
>
232+
<path
233+
class="fill-current"
234+
d="M104.167 20.2899C104.167 43.3465 116.11 59.1799 116.11 70.2899C116.11 81.3999 109.723 104.733 58.6133 104.733C7.50333 104.733 0 73.3432 0 61.1232C0 3.89987 104.167 -20.5435 104.167 20.2899Z"
235+
/>
236+
</svg>
225237
<span
226238
aria-hidden="true"
227239
class="course-tool__icon mdi mdi-bookshelf"

0 commit comments

Comments
 (0)