css: Use SCSS nesting for '#global_filters'.

This commit is contained in:
shubhamgupta2956 2020-03-20 06:38:36 +05:30 committed by Tim Abbott
parent e0071af1c7
commit 662f202fa8

View File

@ -221,22 +221,22 @@ li.active-sub-filter {
#global_filters {
margin-bottom: 16px;
}
#global_filters .filter-icon {
display: inline-block;
min-width: $left_col_size;
text-align: center;
}
.filter-icon {
display: inline-block;
min-width: $left_col_size;
text-align: center;
}
#global_filters .count {
margin-right: 20px;
margin-top: 2px;
display: none;
}
.count {
margin-right: 20px;
margin-top: 2px;
display: none;
}
#global_filters i {
opacity: 0.7;
i {
opacity: 0.7;
}
}
li.top_left_all_messages,