Fixed incorrect conflict highlight colour.

This commit is contained in:
Oliver Hamlet
2014-12-28 15:23:02 +00:00
parent 5bb1202632
commit 538b05f624
+1 -1
View File
@@ -47,7 +47,7 @@ loot-clear-metadata
transform-style: preserve-3d;
}
:host(.highlight) #wrapper {
outline: 4px solid #69aaff;
outline: 4px solid #64B5F6;
}
:host([data-active=false]) #activeTick {
visibility: hidden;