Skip to content

Commit 3882a07

Browse files
committed
make buttons have a pointy cursor
1 parent 461d15a commit 3882a07

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Teams/TeamBotList.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ const dnd_container_namespace = `team_${crypto.randomUUID()}`;
149149
<!-- svelte-ignore a11y_click_events_have_key_events -->
150150
<!-- svelte-ignore a11y_no_static_element_interactions -->
151151
{#each items as bot, i (bot.id)}
152-
<!-- TODO: maybe remove stopPropagation and instead require a click on the team header -->
153152
<div
154153
class="botContainer"
155154
use:droppable={{

frontend/src/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ button[type="submit"] {
8787
}
8888
button:hover:not([disabled]) {
8989
box-shadow: 0px 0px 8rem 0px rgba(150, 150, 150, 0.25) inset;
90+
cursor: pointer;
9091
}
9192
button:active:not([disabled]) {
9293
border: solid 1px var(--foreground-alt);

0 commit comments

Comments
 (0)