Merge pull request #6166 from matrix-org/gsouquet/fix-17547

Restore copy button icon when sharing permalink
This commit is contained in:
Germain 2021-06-09 14:14:04 +01:00 committed by GitHub
commit 66a953a678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;