Skip to content

Commit

Permalink
[chore] Fix settings button in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanus3133 committed Aug 20, 2024
1 parent 432bdce commit 7ade8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
}
.ow-notification-dropdown .toggle-btn {
color: #777 !important;
text-decoration: none !important;
}
.ow-notification-dropdown .toggle-btn:active {
position: relative;
Expand Down
4 changes: 1 addition & 3 deletions openwisp_notifications/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
<div class="ow-notification-dropdown ow-hide">
<div class="filters">
<span class="toggle-btn" id="ow-mark-all-read" tabindex="0" role="button">{% trans 'Mark all as read' %}</span>
<a href="{% url 'notifications:notification_preferences' %}">
<span class="toggle-btn" id="ow-mark-all-read" tabindex="0" role="button">{% trans 'Settings' %}</span>
</a>
<a class="toggle-btn" href="{% url 'notifications:notification_preferences' %}">{% trans 'Settings' %}</a>
</div>
<div class="ow-notification-wrapper ow-round-bottom-border">
<div id="ow-notifications-loader" class="ow-hide"><div class="loader"></div></div>
Expand Down

0 comments on commit 7ade8c9

Please sign in to comment.