mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #3002 from vector-im/rav/fix_eventmenu_icon
Fix link to image for event options menu
This commit is contained in:
commit
17e215036d
@ -88,7 +88,7 @@ $event-notsent-color: #f44;
|
|||||||
// event timestamp
|
// event timestamp
|
||||||
$event-timestamp-color: #acacac;
|
$event-timestamp-color: #acacac;
|
||||||
|
|
||||||
$edit-button-url: "/img/icon_context_message.svg";
|
$edit-button-url: "../../img/icon_context_message.svg";
|
||||||
|
|
||||||
// e2e
|
// e2e
|
||||||
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
|
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
|
||||||
|
@ -88,7 +88,7 @@ $event-notsent-color: #f44;
|
|||||||
// event timestamp
|
// event timestamp
|
||||||
$event-timestamp-color: #acacac;
|
$event-timestamp-color: #acacac;
|
||||||
|
|
||||||
$edit-button-url: "/img/icon_context_message_dark.svg";
|
$edit-button-url: "../../img/icon_context_message_dark.svg";
|
||||||
|
|
||||||
// e2e
|
// e2e
|
||||||
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
|
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
|
||||||
|
Loading…
Reference in New Issue
Block a user