Remove this indicator dot thing

This commit is contained in:
Armin Ronacher 2025-06-23 15:10:42 +02:00
parent 79b82e4977
commit 88261c3781

View file

@ -114,15 +114,6 @@ export class NotificationStatus extends LitElement {
title="${tooltip}"
>
${this.renderIcon()}
<!-- Notification indicator dot -->
${this.permission === 'default' && this.isSupported
? html`
<span
class="absolute -top-1 -right-1 w-2 h-2 bg-status-warning rounded-full animate-pulse"
></span>
`
: ''}
</button>
`;
}