Merge branch 'main' into feat-refine-tutorial

This commit is contained in:
Necati Özmen
2023-11-27 23:14:42 +03:00
committed by GitHub
67 changed files with 2055 additions and 2019 deletions

View File

@@ -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>