From: Marco Antonio Frias ButrĂ³n Date: Sun, 16 Oct 2016 20:09:00 +0000 (-0400) Subject: Add cursor style on close icon X-Git-Tag: live~3752 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1ba7eccae694d3cdf349dc0c58229f1c557486a1?ds=sidebyside 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 --- 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 {