Darkened the error item hover color somewhat

This commit is contained in:
Quincy Morgan
2018-12-19 13:41:33 -05:00
parent 92cc7eae15
commit 9948a7729d

View File

@@ -2851,7 +2851,7 @@ div.full-screen > button:hover {
background: #FFD5D4;
}
.issues-list li.severity-error:hover {
background: #FFC8C6;
background: #ffc9c7;
}
.issues-list li.severity-error .icon {
color: #DD1400