From 5dd8044035b3a03f9d0bca2a5b108ff1eee7a690 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Wed, 4 Sep 2019 15:50:35 +0300 Subject: [PATCH] fix(client): modal a11y and learn tabs on mobile (#36750) * fix/ make modal more visible and adjust learn tabs on mob * fix: clean up * fix: update snapshot --- client/src/components/Footer/Footer.test.js | 2 +- .../Footer/__snapshots__/Footer.test.js.snap | 2 +- client/src/components/layouts/global.css | 17 +++++++++++++++++ .../templates/Challenges/classic/classic.css | 6 ++++++ .../Challenges/components/reset-modal.css | 5 ----- 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/client/src/components/Footer/Footer.test.js b/client/src/components/Footer/Footer.test.js index 109442f3b4..16140cdd10 100644 --- a/client/src/components/Footer/Footer.test.js +++ b/client/src/components/Footer/Footer.test.js @@ -6,7 +6,7 @@ import 'jest-dom/extend-expect'; import Footer from './'; describe('