Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6166 from matrix-org/gsouquet/fix-17547
Browse files Browse the repository at this point in the history
Restore copy button icon when sharing permalink
  • Loading branch information
germain-gg authored Jun 9, 2021
2 parents fcef43c + 1513207 commit 66a953a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/views/dialogs/_ShareDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ limitations under the License.
margin-left: 20px;
display: inherit;
}
.mx_ShareDialog_matrixto_copy > div {
.mx_ShareDialog_matrixto_copy::after {
content: "";
mask-image: url($copy-button-url);
background-color: $message-action-bar-fg-color;
margin-left: 5px;
Expand Down

0 comments on commit 66a953a

Please sign in to comment.