Add disable attribute for no permission buttons and shorten query param names

This commit is contained in:
thiloho
2024-10-19 17:55:02 +02:00
parent 185aeea4e5
commit b1a59e38c1
22 changed files with 292 additions and 147 deletions

View File

@@ -105,6 +105,12 @@ label[for="toggle-theme"] svg:last-of-type {
background-color: var(--bg-tertiary);
}
button:disabled {
pointer-events: none;
opacity: 0.5;
z-index: -10;
}
:is(button, input, textarea, select, a, summary, pre):focus,
:is(#toggle-mobile-preview, #toggle-sidebar):checked + label {
outline: 0.125rem solid var(--color-accent);