Work on components, Video player and more

This commit is contained in:
Aleksi Lassila
2024-03-20 18:02:24 +02:00
parent 4f0bc1e093
commit 2dbbeb4baf
23 changed files with 1002 additions and 96 deletions

View File

@@ -19,7 +19,11 @@ a {
}
.selectable {
@apply focus-visible:outline outline-2 outline-[#f0cd6dc2] outline-offset-2;
@apply outline-none outline-0 focus-visible:border-2 border-[#f0cd6dc2];
}
.selectable:focus-visible, .selectable:focus {
outline-style: solid;
}
.peer-selectable {