Make the close button have a pointer cursor

This commit is contained in:
Danila Fedorin 2021-08-06 10:46:38 -07:00
parent 065b1789be
commit a8fcf63cf9

View file

@ -500,6 +500,7 @@ a {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 18px; background-size: 18px;
cursor: pointer;
} }
.MessageComposer_input:first-child { .MessageComposer_input:first-child {