Skip to content

Commit

Permalink
8289334: Use CSS variables to define fonts and colors
Browse files Browse the repository at this point in the history
Reviewed-by: jjg
  • Loading branch information
hns committed Aug 18, 2022
1 parent 2ee9491 commit d543564
Show file tree
Hide file tree
Showing 11 changed files with 197 additions and 194 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ protected void generateOtherFiles(ClassTree classTree)
f = DocFile.createFileForOutput(configuration, DocPaths.RESOURCES.resolve(DocPaths.X_IMG));
f.copyResource(DOCLET_RESOURCES.resolve(DocPaths.X_IMG), true, false);
copyJqueryFiles();

f = DocFile.createFileForOutput(configuration, DocPaths.JQUERY_OVERRIDES_CSS);
f.copyResource(DOCLET_RESOURCES.resolve(DocPaths.JQUERY_OVERRIDES_CSS), true, true);
}

copyLegalFiles(options.createIndex());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ private void addStylesheets(HtmlTree head) {
}

if (index) {
// The order of the addStylesheet(...) calls is important
addStylesheet(head, DocPaths.SCRIPT_DIR.resolve(DocPaths.JQUERY_UI_CSS));
addStylesheet(head, DocPaths.JQUERY_OVERRIDES_CSS);
}
}

Expand Down

This file was deleted.

1 comment on commit d543564

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.