mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user