mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
Merge branch 'main' into feat-refine-tutorial
This commit is contained in:
@@ -82,7 +82,12 @@
|
||||
<ul class="tutorial-grid">
|
||||
{#each data.drafts as draft}
|
||||
<li>
|
||||
<a href={draft.href} class="aw-card is-normal draft">
|
||||
<a
|
||||
href={draft.href}
|
||||
class="aw-card is-normal draft"
|
||||
aria-disabled="true"
|
||||
tabindex="-1"
|
||||
>
|
||||
<header>
|
||||
<span
|
||||
class="{getIcon(draft)} aw-u-font-size-24"
|
||||
@@ -143,5 +148,6 @@
|
||||
|
||||
.draft {
|
||||
opacity: 0.4;
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user