pages/search: buttons: selectable text

This commit is contained in:
He4eT 2024-01-21 02:26:42 +01:00
commit 5b88d3538a

View file

@ -48,6 +48,11 @@ main {
gap: calc(2 * var(--step));
overflow: hidden;
user-select: initial;
}
.tab > * {
pointer-events: none;
}
.tab:focus-visible {