Fix scroll to bottom arrow icon
This commit is contained in:
parent
98ea9d95f6
commit
4bb9c5ae32
2 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue