Forgot &
This commit is contained in:
parent
235ac03775
commit
d79ed69c21
2 changed files with 2 additions and 2 deletions
|
@ -745,7 +745,7 @@ li.entry .error-icon-container {
|
|||
@include color-svg('/images/down.svg', white);
|
||||
}
|
||||
|
||||
:hover {
|
||||
&:hover {
|
||||
background-color: #1472bd;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -236,7 +236,7 @@ $text-dark: #CCCCCC;
|
|||
.icon {
|
||||
@include color-svg('/images/down.svg', white);
|
||||
}
|
||||
:hover {
|
||||
&:hover {
|
||||
background-color: #1472bd;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue