Skip to content
Snippets Groups Projects
Commit 26d9ce53 authored by Tom Robinson's avatar Tom Robinson
Browse files

Add a note about the QB error image paths not working in build-hot and ShipIt™

parent 1a1832f5
No related branches found
No related tags found
No related merge requests found
......@@ -244,24 +244,28 @@
.QueryError-image--noRows {
width: 120px;
height: 120px;
/* NOTE: this path works in normal builds but not "build-hot". Sorry. */
background-image: url("../assets/img/no_results.svg");
}
.QueryError-image--queryError {
width: 120px;
height: 120px;
/* NOTE: this path works in normal builds but not "build-hot". Sorry. */
background-image: url("../assets/img/no_understand.svg");
}
.QueryError-image--serverError {
width: 120px;
height: 148px;
/* NOTE: this path works in normal builds but not "build-hot". Sorry. */
background-image: url("../assets/img/blown_up.svg");
}
.QueryError-image--timeout {
width: 120px;
height: 120px;
/* NOTE: this path works in normal builds but not "build-hot". Sorry. */
background-image: url("../assets/img/stopwatch.svg");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment