Introduce new copy icon (#8942)

PSG-110
This commit is contained in:
Michael Weimann
2022-07-01 11:29:19 +02:00
committed by GitHub
parent 2468e5830b
commit 8e457f17ba
8 changed files with 44 additions and 16 deletions
+10 -4
View File
@@ -611,6 +611,16 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
mask-size: 75%;
}
}
.mx_EventTile_copyButton {
height: 17px;
mask-image: url($copy-button-url);
mask-position: center center;
mask-repeat: no-repeat;
mask-size: contain;
right: 9px;
width: 17px;
}
}
}
@@ -631,10 +641,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
cursor: pointer;
}
.mx_EventTile_copyButton {
mask-image: url($copy-button-url);
}
.mx_EventTile_collapseButton,
.mx_EventTile_expandButton {
mask-position: center;