We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b17779d + 67fddac commit 4d99d85Copy full SHA for 4d99d85
app/main/posts/views/filters/filters-dropdown.html
@@ -25,6 +25,6 @@ <h4 class="dropdown-menu-title" translate="app.filter_by"></h4>
25
<!-- end: filter options -->
26
</div>
27
<div class="form-field filter-actions">
28
- <button type="button" class="button-link" ng-click="clearFilters()" translate>global_filter.restore_defaults</button>
+ <button type="button" class="button-beta" ng-click="clearFilters()" translate>global_filter.restore_defaults</button>
29
<button type="submit" class="button-alpha" ng-disabled="disableApplyButton()" translate>app.apply_filters</button>
30
0 commit comments