Fix scroll to bottom arrow icon

This commit is contained in:
lilia 2017-05-25 18:13:40 -07:00 committed by Scott Nonnenberg
parent 98ea9d95f6
commit 4bb9c5ae32
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 4 additions and 4 deletions

View file

@ -860,7 +860,7 @@ li.entry .error-icon-container {
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
.icon {
@include color-svg('/images/down.svg', $grey_l3);
@include color-svg('../images/down.svg', $grey_l3);
height: 100%;
width: 100%;
}
@ -871,7 +871,7 @@ li.entry .error-icon-container {
&.new-messages {
background-color: $blue;
.icon {
@include color-svg('/images/down.svg', white);
@include color-svg('../images/down.svg', white);
}
&:hover {

View file

@ -1774,7 +1774,7 @@ li.entry .error-icon-container {
border: none;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
.discussion-container .scroll-down-button-view button .icon {
-webkit-mask: url("/images/down.svg") no-repeat center;
-webkit-mask: url("../images/down.svg") no-repeat center;
-webkit-mask-size: 100%;
background-color: silver;
height: 100%;
@ -1784,7 +1784,7 @@ li.entry .error-icon-container {
.discussion-container .scroll-down-button-view button.new-messages {
background-color: #2090ea; }
.discussion-container .scroll-down-button-view button.new-messages .icon {
-webkit-mask: url("/images/down.svg") no-repeat center;
-webkit-mask: url("../images/down.svg") no-repeat center;
-webkit-mask-size: 100%;
background-color: white; }
.discussion-container .scroll-down-button-view button.new-messages:hover {