From 3014b42f3c126e3140e973302ed36b0dc9cb0623 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 5 Nov 2019 17:54:58 +0900 Subject: [PATCH] SONAR-12538 Drop .flash and .flash-heavy classes --- .../src/main/js/app/styles/components/ui.css | 13 ------------- .../js/apps/coding-rules/components/PageActions.tsx | 2 +- .../js/apps/issues/components/IssuesCounter.tsx | 2 +- .../__snapshots__/IssuesContainer-test.tsx.snap | 4 ++-- 4 files changed, 4 insertions(+), 17 deletions(-) diff --git a/server/sonar-web/src/main/js/app/styles/components/ui.css b/server/sonar-web/src/main/js/app/styles/components/ui.css index 258cccbb588..13311b5992e 100644 --- a/server/sonar-web/src/main/js/app/styles/components/ui.css +++ b/server/sonar-web/src/main/js/app/styles/components/ui.css @@ -41,19 +41,6 @@ margin-right: 4px; } -.flash { - background-color: transparent; - transition: all 0.5s ease; -} - -.flash.in { - background-color: var(--alertBackgroundWarning); -} - -.flash-heavy.in { - background-color: #ffe456; -} - .identity-provider { display: inline-block; line-height: 14px; diff --git a/server/sonar-web/src/main/js/apps/coding-rules/components/PageActions.tsx b/server/sonar-web/src/main/js/apps/coding-rules/components/PageActions.tsx index 886369de9fc..5e3ec9eb355 100644 --- a/server/sonar-web/src/main/js/apps/coding-rules/components/PageActions.tsx +++ b/server/sonar-web/src/main/js/apps/coding-rules/components/PageActions.tsx @@ -41,7 +41,7 @@ export default function PageActions(props: Props) { {props.paging && ( @@ -10,7 +10,7 @@ exports[`does not show current 1`] = ` exports[`formats numbers 1`] = `