From 8e15e58e196cdc767f68f951c1883b9d2da018e5 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 10 Jan 2025 13:22:07 +1300 Subject: [PATCH] DOC Remove note about deprecation from comment. 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/_style.scss | 3 --- client/src/styles/legacy/_tree.scss | 4 ---- 2 files changed, 7 deletions(-) diff --git a/client/src/styles/legacy/_style.scss b/client/src/styles/legacy/_style.scss index d93da087e..992d27cd9 100644 --- a/client/src/styles/legacy/_style.scss +++ b/client/src/styles/legacy/_style.scss @@ -74,9 +74,6 @@ html, body { // .cms-menu, // .cms-content, // .cms-content-header, -// // DEPRECATED: -// // .cms-content-tools will be removed in 4.0 -// // Use .cms-content-filters instead // .cms-content-tools, // .cms-content-fields, // .cms-preview, diff --git a/client/src/styles/legacy/_tree.scss b/client/src/styles/legacy/_tree.scss index ab4a78139..c968f3e59 100644 --- a/client/src/styles/legacy/_tree.scss +++ b/client/src/styles/legacy/_tree.scss @@ -630,10 +630,6 @@ } /** - * DEPRECATED: - * .cms-content-tools will be removed in 4.0 - * Use .cms-content-filters instead. - * * Ensure status is visible in sidebar */ .cms-content-tools .cms-tree.jstree {