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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

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