From b111fb79b7c6ba49187a17e9cd260105076de6e1 Mon Sep 17 00:00:00 2001 From: Vishnu KS Date: Tue, 31 Mar 2020 15:46:00 +0530 Subject: [PATCH] stats: Don't set display to none in alert class. The alert class is used only by one element so this style can be applied directly to the element instead. --- static/styles/portico/stats.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/portico/stats.scss b/static/styles/portico/stats.scss index d263ae2774..25a609ad7e 100644 --- a/static/styles/portico/stats.scss +++ b/static/styles/portico/stats.scss @@ -108,10 +108,6 @@ p { float: right; } -.alert { - display: none; -} - .button { font-family: 'Source Sans Pro', 'Helvetica Neue', sans-serif !important; border: none; @@ -185,6 +181,10 @@ p { position: relative; } +#id_stats_errors { + display: none; +} + #users_hover_info, #hoverinfo { display: none;