mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-19 03:11:04 +02:00
Restore copy button icon when sharing permalink
This commit is contained in:
parent
8334a2ba60
commit
15132074e2
@ -50,7 +50,8 @@ limitations under the License.
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
.mx_ShareDialog_matrixto_copy > div {
|
.mx_ShareDialog_matrixto_copy::after {
|
||||||
|
content: "";
|
||||||
mask-image: url($copy-button-url);
|
mask-image: url($copy-button-url);
|
||||||
background-color: $message-action-bar-fg-color;
|
background-color: $message-action-bar-fg-color;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user