Skip to content

Commit

Permalink
Feat (Discover): Update styles to be compatible with next theme
Browse files Browse the repository at this point in the history
1. Change doc table source highlight to use standard color functions instead of transparency
2. Build KUI CSS for next themes in OUI, and conditionally load to ensure surrounding doc view styled correctly
3. Update histogram styles to follow design guidance and avoid theme-specific imports

Signed-off-by: Josh Romero <[email protected]>
  • Loading branch information
joshuarrrr committed Jul 31, 2023
1 parent 6bab7ef commit 5ddd1df
Show file tree
Hide file tree
Showing 11 changed files with 6,420 additions and 1,062 deletions.
2 changes: 2 additions & 0 deletions packages/osd-ui-framework/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ module.exports = function (grunt) {
Promise.all([
uiFrameworkCompile('src/kui_light.scss', 'dist/kui_light.css'),
uiFrameworkCompile('src/kui_dark.scss', 'dist/kui_dark.css'),
uiFrameworkCompile('src/kui_next_light.scss', 'dist/kui_next_light.css'),
uiFrameworkCompile('src/kui_next_dark.scss', 'dist/kui_next_dark.css'),
]).then(done);
});

Expand Down
Loading

0 comments on commit 5ddd1df

Please sign in to comment.