ROU-12485: add icon library support on CSS use-cases#1109
Merged
BenOsodrac merged 7 commits intodevfrom Feb 25, 2026
Merged
Conversation
OS-giulianasilva
requested changes
Feb 25, 2026
Contributor
OS-giulianasilva
left a comment
There was a problem hiding this comment.
Nice work! Just have found something that we may want to delete.
src/scripts/OSFramework/OSUI/Pattern/Submenu/scss/_submenu.scss
Outdated
Show resolved
Hide resolved
|
OS-giulianasilva
approved these changes
Feb 25, 2026
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.




This pull request reorganizes and centralizes the handling of icon-related styles and markup across the SCSS codebase. The main change is the introduction of a new
icon-library-odcfoundation file, which consolidates icon definitions and related styles previously scattered throughout the project. This results in a cleaner, more maintainable structure, and removes redundant or duplicated icon CSS from individual widget and pattern files.Key changes include:
Icon Library Centralization:
01-foundations/icon-library-odccontaining all icon-related styles, including FontAwesome icon usage for accordions, search, submenu arrows, dropdowns, and sortable table icons. This file now serves as the single source of truth for icon styles.gulp/ProjectSpecs/ScssStructure/Root.js,src/scss/ODC.OutSystemsUI.scss) to include the new icon library section and import the file, ensuring icons are available throughout the ODC platform. [1] [2] [3] [4]Widget and Pattern SCSS Cleanup:
Project Structure and Build Updates:
table-sortable-iconwidget section. [1] [2] [3]These changes improve maintainability by ensuring all icon styles are defined in a single location, reducing duplication and making it easier to update or extend icon usage in the future.
Checklist