diff options
author | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
commit | 1421152a9356c7def86143dfb31a3586d5491d55 (patch) | |
tree | 15280e72426d2100cb1556bf420eced020182dcd /frontend/src/lib/toolbar | |
parent | bbf03cbc2822094cffe868e0710d2a8f7e1096c0 (diff) | |
download | hircine-1421152a9356c7def86143dfb31a3586d5491d55.tar.gz |
frontend: Migrate to Tailwind 4.0
Diffstat (limited to 'frontend/src/lib/toolbar')
-rw-r--r-- | frontend/src/lib/toolbar/MarkSelection.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/lib/toolbar/MarkSelection.svelte b/frontend/src/lib/toolbar/MarkSelection.svelte index 1af36ca..8985369 100644 --- a/frontend/src/lib/toolbar/MarkSelection.svelte +++ b/frontend/src/lib/toolbar/MarkSelection.svelte @@ -9,7 +9,7 @@ {#snippet button(onclick)} <button type="button" - class="btn-slate rounded-inherit relative hover:bg-blue-700 [&:not(:only-child)]:bg-blue-700" + class="btn-slate rounded-inherit relative not-only:bg-blue-700 hover:bg-blue-700" title="Set flag..." aria-label="Set flag..." {onclick} |