Skip to content

Commit

Permalink
(UI) improve image close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Apr 20, 2020
1 parent 229a052 commit 7abf9d4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/ChatWindow/Room.vue
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,16 @@ textarea {
height: 20px;
width: 20px;
border-radius: 50%;
box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2),
0 1px 3px 1px rgba(0, 0, 0, 0.12), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
&:before {
content: ' ';
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
z-index: -1;
}
}
Expand Down

0 comments on commit 7abf9d4

Please sign in to comment.