chore: release v0.20.21
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1779,6 +1779,36 @@
|
||||
border-radius: 0 0 var(--radius-sm) 0;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------
|
||||
* Icon-Größen-Utilities
|
||||
* Größen für Lucide-Icons (<i data-lucide>). Klassen werden
|
||||
* vom Lucide-Renderer auf das erzeugte <svg> übertragen.
|
||||
* -------------------------------------------------------- */
|
||||
.icon-xs { width: 10px; height: 10px; flex-shrink: 0; }
|
||||
.icon-11 { width: 11px; height: 11px; flex-shrink: 0; }
|
||||
.icon-sm { width: 12px; height: 12px; flex-shrink: 0; }
|
||||
.icon-md { width: 14px; height: 14px; flex-shrink: 0; }
|
||||
.icon-base { width: 16px; height: 16px; flex-shrink: 0; }
|
||||
.icon-lg { width: 18px; height: 18px; flex-shrink: 0; }
|
||||
.icon-xl { width: 22px; height: 22px; flex-shrink: 0; }
|
||||
.icon-2xl { width: 24px; height: 24px; flex-shrink: 0; }
|
||||
|
||||
/* Icons innerhalb von Buttons sollen keine Pointer-Events fangen */
|
||||
button i[data-lucide],
|
||||
button svg { pointer-events: none; }
|
||||
|
||||
/* Kompakter Icon-Button (36×36) für Icons in engen Listenkontexten */
|
||||
.btn--icon-sm {
|
||||
padding: var(--space-1);
|
||||
min-height: unset;
|
||||
min-width: unset;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
/* Textarea: vertikale Größenänderung ist nutzbar */
|
||||
textarea.input { resize: vertical; }
|
||||
|
||||
/* --------------------------------------------------------
|
||||
* Windows High Contrast / Forced Colors
|
||||
* -------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user