From 7f641be1631eca54bc1e46c216d1ae454665b08d Mon Sep 17 00:00:00 2001 From: Matthew Carleton Date: Tue, 17 Oct 2017 15:56:57 -0300 Subject: [PATCH] fix(wizard): fixes wizard close button style wizard close button now matches the modal button style. I also added the aria label tag from the wizard to the modal. --- src/less/close.less | 1 + tests/pages/_includes/widgets/communication/wizard.html | 5 +++-- tests/pages/modals.html | 4 ++-- tests/pages/wizard.html | 8 ++++---- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/less/close.less b/src/less/close.less index 4c552b96e2..a116951f87 100644 --- a/src/less/close.less +++ b/src/less/close.less @@ -2,6 +2,7 @@ // Close icons // -------------------------------------------------- +//this should no longer be needed and be replaced with pficon-close. This is here for legacy. For further info see https://github.com/patternfly/patternfly/pull/781 .close { text-shadow: none; diff --git a/tests/pages/_includes/widgets/communication/wizard.html b/tests/pages/_includes/widgets/communication/wizard.html index 140d3eb8e6..01cad6de5a 100644 --- a/tests/pages/_includes/widgets/communication/wizard.html +++ b/tests/pages/_includes/widgets/communication/wizard.html @@ -3,8 +3,9 @@