Fix pinned debug item css

This commit is contained in:
Nick O'Leary
2019-05-27 21:23:41 +01:00
parent 390b86cd8e
commit 2ab19937af

View File

@@ -221,7 +221,7 @@
padding: 4px 2px 2px;
position: relative;
&.red-ui-debug-msg-row-pinned {
background: $list-item-border-selected;
background: $secondary-background-selected;
}
}
.red-ui-debug-msg-expandable {