Add cursor style on close icon

Without this the close icon for the routing panel doesn't change the
pointer as it isn't a link and isn't in a close-wrap container.

Closes #1327
This commit is contained in:
Marco Antonio Frias Butrón 2016-10-16 16:09:00 -04:00 committed by Tom Hughes
parent a9520500f6
commit 1ba7eccae6

View file

@ -582,6 +582,7 @@ body.compact {
.icon.close {
float: right;
cursor: pointer;
}
p.error {