Skip to content

Commit

Permalink
Merge branch '6.0' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
2 parents 305700c + 70089c4 commit 4eb6bd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions client/src/styles/legacy/_CMSMain.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
}

/**
* DEPRECATED:
* .cms-content-tools will be removed in 4.0
* Use .cms-content-filters instead.
*
* Hide certain elements when shown in "sidebar mode"
*/
.cms-content-tools {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="view-controls">
<% if not $TreeIsFiltered %>
<button id="filters-button" class="btn btn-secondary icon-button font-icon-search btn--icon-large no-text" title="<% _t('SilverStripe\CMS\Controllers\CMSMain.FILTER', 'Filter') %>"></button>
<button id="filters-button" class="btn btn-secondary icon-button font-icon-search btn--icon-large no-text" title="<%t SilverStripe\CMS\Controllers\CMSMain.FILTER 'Filter' %>"></button>
<% end_if %>
</div>

0 comments on commit 4eb6bd5

Please sign in to comment.