From 7ee68572d33a1fee853a269fa5e2099fe10903c9 Mon Sep 17 00:00:00 2001 From: Alex Buijs Date: Mon, 29 Jul 2019 18:43:43 +0200 Subject: Set cursor to default for warning flash Since the warning flash is not clickable, set the cursor to default --- app/assets/stylesheets/framework/flash.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss index e3dd127366d..96f6d02a68f 100644 --- a/app/assets/stylesheets/framework/flash.scss +++ b/app/assets/stylesheets/framework/flash.scss @@ -43,6 +43,7 @@ @extend .alert; background-color: $orange-100; color: $orange-900; + cursor: default; margin: 0; } -- cgit v1.2.1