From 7cf52578290e41b85bd3b7bd7d27cfbae9b7bb41 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 27 Apr 2026 09:21:14 +1000 Subject: [PATCH] Docs: DOC-3355 - Premium content CSS files contained extraneous styles from the default theme --- modules/ROOT/pages/8.5.0-release-notes.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index 1a48ade30d..314a6835d6 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -49,10 +49,17 @@ The {productname} {release-version} release includes an accompanying release of === Enhanced Skins & Icon Packs -The **Enhanced Skins & Icon Packs** release includes the following updates: +The **Enhanced Skins & Icon Packs** release includes the following updates and fix. The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide. +==== Premium content CSS files contained extraneous styles from the default theme +// #TINY-14129 + +Previously, premium skin content CSS files for the fabric, fluent, material-classic, and material-outline skins imported styles from the default theme's content UI. This caused duplicate styles to load into the editor and unnecessarily increased the size of the premium content CSS files. + +In {productname} {release-version}, the outdated import has been removed from the premium content CSS files. The premium content CSS files now contain only the styles specific to each skin, reducing file size and eliminating duplicate style loading. + For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].