Restore copy button icon when sharing permalink

watcha-feature/make-nextcloud-documents-integration-a-local-widget
Germain Souquet 5 years ago
parent 8334a2ba60
commit 15132074e2
  1. 3
      res/css/views/dialogs/_ShareDialog.scss

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

Loading…
Cancel
Save