mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
feat(moderation): make clear groups button red on hover (#6829)
* feat(moderation): add confirm modal for project group deletion * make clear groups button red on hover
This commit is contained in:
@@ -302,7 +302,7 @@ defineExpose({ show, hide })
|
||||
}}
|
||||
</span>
|
||||
<div class="flex items-center gap-2">
|
||||
<ButtonStyled circular>
|
||||
<ButtonStyled circular color="red" color-fill="none">
|
||||
<button
|
||||
v-tooltip="formatMessage(messages.clearAllGroups)"
|
||||
:disabled="isBusy || rows.length === 0"
|
||||
|
||||
Reference in New Issue
Block a user