{{ message }}
Open
Conversation
Cross-checked each selector against templates, Go source, JS/TS/Vue and options/ to confirm zero usages before removal. Also drops `-webkit-mask-*` prefixes where unprefixed equivalents are present (Safari 15.4+, March 2022). Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes unused Fomantic UI-derived CSS rules and trims legacy vendor-prefixed mask declarations where unprefixed equivalents exist.
Changes:
- Removed large sets of apparently-unused Fomantic UI selectors across component modules (grid/table/menu/message/etc).
- Deleted page-specific/org-specific legacy styling blocks that no longer have matching markup.
- Removed
-webkit-mask-*declarations in favor of standardmask-*properties.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 1 comment.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Removes CSS rules that have zero usages across templates, Go source, JS/TS/Vue, and
options/. Each selector was cross-checked for runtime additions (Fomantic JS, library classes) before removal.A few rules with no current usages are kept as symmetric pairs of heavily-used classes likely to be needed:
.ui.bottom.attached.header/.ui.bottom.attached.message— pair with the widely-usedtop.attachedvariants.ui.warning.header/.ui.warning.segment— warning-themed variants of error-themed classes that are kept.btn.small— size variant alongside the kept.btn.tinyThis PR was written with the help of Claude Opus 4.7