From 4bb9c5ae3253b29f92e10a6e2fdf19bb217c5272 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 25 May 2017 18:13:40 -0700 Subject: [PATCH] Fix scroll to bottom arrow icon --- stylesheets/_conversation.scss | 4 ++-- stylesheets/manifest.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index bd7d4f006..37225cb8d 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -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 { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 71edfb6c0..aadff92a5 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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 {