Skip to content
Snippets Groups Projects
Commit 6ec4058e authored by David Bühler's avatar David Bühler Committed by Maxime Jacquemin
Browse files

[ivette] Messages panel: changes an icon and cursor.

parent 0c4eef90
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,7 @@ export default function RenderMessages() {
const MessagePanel = (
<Vbox style={{ height: '100%' }}>
<IconButton
icon="ANGLE.DOWN"
icon="CROSS"
title="Close"
onClick={() => setMessage('')}
style={{ margin: '0 auto' }}
......
......@@ -91,6 +91,7 @@
.message-cell {
user-select: text;
cursor: default;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment