From a613b19baaf075d1566c6247e8c21f2e0fe1487c Mon Sep 17 00:00:00 2001 From: tauriedavis Date: Tue, 7 Nov 2017 12:38:51 -0800 Subject: Change cursor to pointer on hover --- app/assets/stylesheets/framework/wells.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss index cae10f20b7a..40020ee6331 100644 --- a/app/assets/stylesheets/framework/wells.scss +++ b/app/assets/stylesheets/framework/wells.scss @@ -62,6 +62,7 @@ } .limit-box { + cursor: pointer; display: inline-flex; align-items: center; background-color: $red-100; -- cgit v1.2.1