Update copy icon on pre block and share dialogues

This commit is contained in:
Jorik Schellekens 2020-07-27 15:13:02 +01:00
parent 6635a44314
commit d55699211e
7 changed files with 12 additions and 7 deletions

View file

@ -536,11 +536,12 @@ $left-gutter: 64px;
display: inline-block;
visibility: hidden;
cursor: pointer;
top: 8px;
top: 6px;
right: 6px;
width: 19px;
height: 19px;
background-image: url($copy-button-url);
mask-image: url($copy-button-url);
background-color: $message-action-bar-fg-color;
}
.mx_EventTile_body .mx_EventTile_pre_container:focus-within .mx_EventTile_copyButton,