Skip to content

Commit ac41b78

Browse files
committed
8284367: JQuery UI upgrade from 1.12.1 to 1.13.1
Reviewed-by: jjg
1 parent 0948c09 commit ac41b78

File tree

12 files changed

+192
-764
lines changed

12 files changed

+192
-764
lines changed

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -314,19 +314,7 @@ private void copyJqueryFiles() throws DocletException {
314314
List<String> files = Arrays.asList(
315315
DocPaths.JQUERY_JS.getPath(),
316316
DocPaths.JQUERY_UI_JS.getPath(),
317-
DocPaths.JQUERY_UI_CSS.getPath(),
318-
DocPaths.JQUERY_UI_STRUCTURE_CSS.getPath(),
319-
"images/ui-bg_glass_65_dadada_1x400.png",
320-
"images/ui-icons_454545_256x240.png",
321-
"images/ui-bg_glass_95_fef1ec_1x400.png",
322-
"images/ui-bg_glass_75_dadada_1x400.png",
323-
"images/ui-bg_highlight-soft_75_cccccc_1x100.png",
324-
"images/ui-icons_888888_256x240.png",
325-
"images/ui-icons_2e83ff_256x240.png",
326-
"images/ui-icons_cd0a0a_256x240.png",
327-
"images/ui-bg_glass_55_fbf9ee_1x400.png",
328-
"images/ui-icons_222222_256x240.png",
329-
"images/ui-bg_glass_75_e6e6e6_1x400.png");
317+
DocPaths.JQUERY_UI_CSS.getPath());
330318
DocFile f;
331319
for (String file : files) {
332320
DocPath filePath = DocPaths.SCRIPT_DIR.resolve(file);

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery-ui.overrides.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -31,4 +31,5 @@ a.ui-button:active,
3131
.ui-button.ui-state-active:hover {
3232
/* Overrides the color of selection used in jQuery UI */
3333
background: #F8981D;
34+
border: 1px solid #F8981D;
3435
}

0 commit comments

Comments
 (0)