Skip to content

Commit

Permalink
Merge pull request #3002 from vector-im/rav/fix_eventmenu_icon
Browse files Browse the repository at this point in the history
Fix link to image for event options menu
  • Loading branch information
ara4n committed Jan 19, 2017
2 parents 693285a + 8ad0ff2 commit 17e2150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/skins/vector/css/themes/_base.scss
Expand Up @@ -88,7 +88,7 @@ $event-notsent-color: #f44;
// event timestamp
$event-timestamp-color: #acacac;

$edit-button-url: "/img/icon_context_message.svg";
$edit-button-url: "../../img/icon_context_message.svg";

// e2e
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
Expand Down
2 changes: 1 addition & 1 deletion src/skins/vector/css/themes/_dark.scss
Expand Up @@ -88,7 +88,7 @@ $event-notsent-color: #f44;
// event timestamp
$event-timestamp-color: #acacac;

$edit-button-url: "/img/icon_context_message_dark.svg";
$edit-button-url: "../../img/icon_context_message_dark.svg";

// e2e
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
Expand Down

0 comments on commit 17e2150

Please sign in to comment.