From 5edf92103e0f8b6555831697b06fbbe2da8a5e01 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Date: Fri, 3 Nov 2017 14:29:58 -0400 Subject: [PATCH] Bump patternfly version to 3.31.1 This patternfly version includes SASS support. Fixes for wizard and accordion to work with this version of patternfly --- bower.json | 2 +- package.json | 2 +- src/wizard/wizard-directive.js | 12 ++++++------ src/wizard/wizard-step.html | 2 +- src/wizard/wizard.html | 7 ++++--- styles/angular-patternfly.css | 6 ++++++ 6 files changed, 19 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index c413743af..9adc98aac 100644 --- a/bower.json +++ b/bower.json @@ -44,7 +44,7 @@ "angular-bootstrap": "0.14.x", "lodash": "3.x", "jquery": "2.x", - "patternfly": "~3.25.0" + "patternfly": "~3.31.1" }, "devDependencies": { "angular-mocks": "1.3.0 - 1.5.*", diff --git a/package.json b/package.json index 3fed1278e..6c7d28cd6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "angular-ui-bootstrap": "0.14.x", "jquery": "^2.2.4", "lodash": "3.x", - "patternfly": "~3.25.0" + "patternfly": "~3.31.1" }, "devDependencies": { "express": "3.4.4", diff --git a/src/wizard/wizard-directive.js b/src/wizard/wizard-directive.js index e5f9686c5..8b7d29986 100644 --- a/src/wizard/wizard-directive.js +++ b/src/wizard/wizard-directive.js @@ -64,10 +64,10 @@
-
+
-
+
@@ -76,10 +76,10 @@

Wizards should make use of substeps consistently throughout (either using them or not using them). This is an example only.

-
+
-
+
@@ -94,10 +94,10 @@
-
+
-
+
diff --git a/src/wizard/wizard-step.html b/src/wizard/wizard-step.html index e77492c1e..bbabd247c 100644 --- a/src/wizard/wizard-step.html +++ b/src/wizard/wizard-step.html @@ -1,4 +1,4 @@ -
+
  • diff --git a/src/wizard/wizard.html b/src/wizard/wizard.html index 3e62fa8c6..375003354 100644 --- a/src/wizard/wizard.html +++ b/src/wizard/wizard.html @@ -1,9 +1,9 @@
diff --git a/styles/angular-patternfly.css b/styles/angular-patternfly.css index 39580af1b..2ece255f4 100644 --- a/styles/angular-patternfly.css +++ b/styles/angular-patternfly.css @@ -426,6 +426,12 @@ accordion > .panel-group .panel-default .panel-title > a:before { accordion > .panel-group .panel-open .panel-title > a:before { content: "\f107"; } +uib-accordion > .panel-group .panel-default .panel-title > a:before { + content: "\f105"; +} +uib-accordion > .panel-group .panel-open .panel-title > a:before { + content: "\f107"; +} .navbar-brand-txt { line-height: 34px;