From 1ba7eccae694d3cdf349dc0c58229f1c557486a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Antonio=20Frias=20Butr=C3=B3n?= Date: Sun, 16 Oct 2016 16:09:00 -0400 Subject: [PATCH] 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 --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 7e7940d35..e98733ebf 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -582,6 +582,7 @@ body.compact { .icon.close { float: right; + cursor: pointer; } p.error { -- 2.43.2