Verified Commit 55c348aa authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3447472 by larowlan, quietone: Update to jquery UI 1.14.0 beta

(cherry picked from commit 539c50a2)
parent a71d5eae
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*!
 * jQuery UI Autocomplete 1.13.3
 * jQuery UI Autocomplete 1.14.0-beta.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
+2 −7
Original line number Diff line number Diff line
/*!
 * jQuery UI Button 1.13.3
 * jQuery UI Button 1.14.0-beta.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
@@ -18,12 +18,7 @@
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
@@ -74,7 +69,7 @@ input.ui-button.ui-icon-notext .ui-icon {
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
+1 −1
Original line number Diff line number Diff line
/*!
 * jQuery UI Checkboxradio 1.13.3
 * jQuery UI Checkboxradio 1.14.0-beta.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
+1 −4
Original line number Diff line number Diff line
/*!
 * jQuery UI Controlgroup 1.13.3
 * jQuery UI Controlgroup 1.14.0-beta.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
@@ -54,9 +54,6 @@

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
+1 −2
Original line number Diff line number Diff line
/*!
 * jQuery UI CSS Framework 1.13.3
 * jQuery UI CSS Framework 1.14.0-beta.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
@@ -50,7 +50,6 @@
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
Loading