feat: Add disabled styling to the delete selected button.
This commit is contained in:
parent
be29df763d
commit
74af92a762
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const history = new Elysia().use(userService).get(
|
||||||
<div id="delete-selected-container">
|
<div id="delete-selected-container">
|
||||||
<button
|
<button
|
||||||
id="delete-selected-btn"
|
id="delete-selected-btn"
|
||||||
class="flex btn-secondary flex-row gap-2 text-contrast"
|
class="flex btn-secondary flex-row gap-2 text-contrast disabled:opacity-50 disabled:cursor-not-allowed"
|
||||||
disabled
|
disabled
|
||||||
>
|
>
|
||||||
<DeleteIcon />{" "}
|
<DeleteIcon />{" "}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue