Tweak reply arrow and hover color

This commit is contained in:
J. Ryan Stinnett 2019-05-15 09:12:53 +01:00
parent 9b40913838
commit 1421e8e06b
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg">
<svg width="13" height="8" xmlns="http://www.w3.org/2000/svg">
<g stroke="#2E2F32" stroke-width=".75" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.75 4.75L12.5 8.5l-3.75 3.75"/>
<path d="M.5.25V5.5a3 3 0 0 0 3 3h9"/>
<path d="M3.167 1L.5 3.545l2.667 2.546"/>
<path d="M12.5 7.364V6.09c0-1.406-1.194-2.546-2.667-2.546H.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 311 B

View file

@ -257,11 +257,11 @@ $panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
$message-action-bar-bg-color: $primary-bg-color;
$message-action-bar-fg-color: $primary-fg-color;
$message-action-bar-border-color: #e9edf1;
$message-action-bar-hover-border-color: #b8c1d2;
$message-action-bar-hover-border-color: $focus-bg-color;
$reaction-row-button-bg-color: $header-panel-bg-color;
$reaction-row-button-border-color: #e9edf1;
$reaction-row-button-hover-border-color: #bebebe;
$reaction-row-button-hover-border-color: $focus-bg-color;
$reaction-row-button-selected-bg-color: #e9fff9;
$reaction-row-button-selected-border-color: $accent-color;