Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser notifications #693 #913

Prev Previous commit
Next Next commit
style: make remove button transparent
robertrosman committed Mar 27, 2024
commit 0948683fcc5e2de7e23505d473ef13f1478c390d
2 changes: 1 addition & 1 deletion frontend/src/notifications/plugins/BrowserPlugin.vue
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
{{ device.name }}
</div>
</div>
<b-button class="mr-1" variant="warning" size="sm" @click="removeDevice(device)">
<b-button class="mr-1" variant="transparent" size="sm" @click="removeDevice(device)">
<i class="fas fa-trash-alt"></i>
</b-button>
</div>