Skip to content

Commit fd42698

Browse files
committed
Added svg for copy icon - I'm not a designer, someone else should probably replace these!
Signed-off-by: Oliver Hunt <oliver@hunt.bz>
1 parent 7098ca9 commit fd42698

File tree

5 files changed

+167
-2
lines changed

5 files changed

+167
-2
lines changed

src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ limitations under the License.
341341
right: 6px;
342342
width: 19px;
343343
height: 19px;
344-
background-image: url($edit-button-url);
344+
background-image: url($copy-button-url);
345345
}
346346
.mx_EventTile_body pre {
347347
position: relative;

src/skins/vector/css/themes/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ $event-redacted-img: url('../../img/redacted.jpg');
102102
$event-timestamp-color: #acacac;
103103

104104
$edit-button-url: "../../img/icon_context_message.svg";
105+
$copy-button-url: "../../img/icon_copy_message.svg";
105106

106107
// e2e
107108
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
@@ -114,4 +115,4 @@ $lightbox-fg-color: #ffffff;
114115
$lightbox-border-color: #ffffff;
115116

116117
// unused?
117-
$progressbar-color: #000;
118+
$progressbar-color: #000;

src/skins/vector/css/themes/_dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ $event-redacted-img: url('../../img/redacted-dark.jpg');
102102
$event-timestamp-color: #acacac;
103103

104104
$edit-button-url: "../../img/icon_context_message_dark.svg";
105+
$copy-button-url: "../../img/icon_copy_message_dark.svg";
105106

106107
// e2e
107108
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
Lines changed: 86 additions & 0 deletions
Loading
Lines changed: 77 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)