forked from matrix/element-web
Add cursor:pointer so that it actually looks clickable
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
17c4839029
commit
5aec6840bf
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
.mx_QuotePreview_cancel {
|
.mx_QuotePreview_cancel {
|
||||||
float: right;
|
float: right;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_QuotePreview_clear {
|
.mx_QuotePreview_clear {
|
||||||
|
|
Loading…
Reference in New Issue