tweak the message menu cancel icon size
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>pull/21833/head
parent
74f61795eb
commit
8f6904ec1b
|
@ -58,7 +58,12 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageContextMenu_iconCancel::before {
|
.mx_MessageContextMenu_iconCancel::before {
|
||||||
|
height: 12px;
|
||||||
|
left: 2px;
|
||||||
mask-image: url('$(res)/img/cancel.svg');
|
mask-image: url('$(res)/img/cancel.svg');
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageContextMenu_iconRedact::before {
|
.mx_MessageContextMenu_iconRedact::before {
|
||||||
|
|
Loading…
Reference in New Issue