Skip to content

Commit 4b3605e

Browse files
authored
Merge pull request #3312 from codecrafters-io/fix-course-card-opacity-locked
fix(course-card): improve opacity behavior for locked courses
2 parents ac83540 + 81d06a8 commit 4b3605e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/course-card/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<LinkTo
22
class="group bg-white dark:bg-gray-925 p-5 rounded-md shadow-sm hover:shadow-md transition-shadow cursor-pointer flex flex-col justify-between border border-gray-200 dark:border-white/5 relative
3-
{{if this.shouldShowLockIcon 'opacity-50 hover:opacity-100'}}"
3+
{{if this.shouldShowLockIcon 'opacity-50 dark:opacity-30 hover:opacity-100 dark:hover:opacity-100'}}"
44
@route={{this.linkToRoute.name}}
55
@model={{this.linkToRoute.model}}
66
@query={{this.linkToRoute.query}}

0 commit comments

Comments
 (0)