Fix bugs with show warnings and some html escaping
This commit is contained in:
@@ -345,4 +345,12 @@
|
||||
.execution .icon-warning {
|
||||
color: #e74c3c;
|
||||
cursor: pointer;
|
||||
}
|
||||
.warningsFilterOn {
|
||||
> div {
|
||||
display: none;
|
||||
&.warning {
|
||||
display: table-row;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user