From 5d034de0183c8ab1b939571684bd0099c34804bb Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:06:59 +1300 Subject: [PATCH] DOC Remove note about deprecation from comment. (#3046) Looks like there was a css class that was MEANT to have been removed, but wasn't and there's no reason to right now. Eventually we'll have to burn the existing styling to the ground, but for now this works and there's no reason to change it. --- client/src/styles/legacy/_CMSMain.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/styles/legacy/_CMSMain.scss b/client/src/styles/legacy/_CMSMain.scss index ae4ccc758a..149ef4c5fe 100644 --- a/client/src/styles/legacy/_CMSMain.scss +++ b/client/src/styles/legacy/_CMSMain.scss @@ -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 {