We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac83540 + 81d06a8 commit 4b3605eCopy full SHA for 4b3605e
app/components/course-card/index.hbs
@@ -1,6 +1,6 @@
1
<LinkTo
2
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'}}"
+ {{if this.shouldShowLockIcon 'opacity-50 dark:opacity-30 hover:opacity-100 dark:hover:opacity-100'}}"
4
@route={{this.linkToRoute.name}}
5
@model={{this.linkToRoute.model}}
6
@query={{this.linkToRoute.query}}
0 commit comments