This commit is contained in:
Unknown
2017-06-07 22:06:42 +02:00
committed by Scott Nonnenberg
parent 235ac03775
commit d79ed69c21
2 changed files with 2 additions and 2 deletions

View File

@@ -745,7 +745,7 @@ li.entry .error-icon-container {
@include color-svg('/images/down.svg', white); @include color-svg('/images/down.svg', white);
} }
:hover { &:hover {
background-color: #1472bd; background-color: #1472bd;
} }
} }

View File

@@ -236,7 +236,7 @@ $text-dark: #CCCCCC;
.icon { .icon {
@include color-svg('/images/down.svg', white); @include color-svg('/images/down.svg', white);
} }
:hover { &:hover {
background-color: #1472bd; background-color: #1472bd;
} }
} }