Skip to content

Commit d59b89a

Browse files
committed
style: remove hover background from close button
1 parent fac16c4 commit d59b89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/includes/announcement_modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dialog id="announcement-modal" class="modal" open>
88
<div class="modal-box bg-cream-1 {% if latest_announcement.modal_size == 'lg' %}w-11/12 max-w-2xl{% elif latest_announcement.modal_size == 'xl' %}w-11/12 max-w-4xl{% endif %}">
99
<form method="dialog" class="absolute right-4 top-4">
10-
<button class="btn btn-ghost text-2xl p-0 h-auto w-auto leading-none"></button>
10+
<button class="text-2xl cursor-pointer hover:opacity-70"></button>
1111
</form>
1212
<h3 class="font-bold text-lg">📢 {{ latest_announcement.title }}</h3>
1313
<div class="py-4">

0 commit comments

Comments
 (0)