From 75384404e8f2607247ff1ee4c9f2e57412ae04e1 Mon Sep 17 00:00:00 2001 From: Caroline Horn <549577+cchaos@users.noreply.github.com> Date: Wed, 27 Feb 2019 15:43:07 -0500 Subject: [PATCH] [Bugfix] Remove bootstrap classes from Notifier (#31956) --- .../table_vis/public/table_vis.html | 2 +- src/legacy/ui/public/doc_table/doc_table.html | 2 +- .../ui/public/notify/__tests__/notifier.js | 4 +- src/legacy/ui/public/notify/notifier.js | 24 +++------ .../ui/public/notify/partials/_toaster.scss | 51 +++++++++++++++---- .../ui/public/notify/partials/toaster.html | 10 ++-- .../public/styles/bootstrap/_overrides.less | 23 --------- 7 files changed, 59 insertions(+), 57 deletions(-) diff --git a/src/legacy/core_plugins/table_vis/public/table_vis.html b/src/legacy/core_plugins/table_vis/public/table_vis.html index d751db69f2ef..bfe623b95f86 100644 --- a/src/legacy/core_plugins/table_vis/public/table_vis.html +++ b/src/legacy/core_plugins/table_vis/public/table_vis.html @@ -1,7 +1,7 @@