Add colour swatches to debug when hex colour matched

This commit is contained in:
Nick O'Leary
2017-01-16 10:29:00 +00:00
parent a03ccd7b59
commit 5b4019dd3d
2 changed files with 12 additions and 2 deletions

View File

@@ -183,3 +183,11 @@
.debug-message-buffer-string > .debug-message-array-rows {
display: none;
}
.debug-message-type-string-swatch {
display: inline-block;
width: 1.1em;
height: 0.9em;
vertical-align: middle;
border-radius: 3px;
margin: 0 4px;
}