From efe5d16c4dbd7ecfb3a205f489bdcd770ade8ad4 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Fri, 22 Feb 2019 16:47:57 +0000 Subject: [PATCH] ensure disabled button tooltips show on hover --- opentech/static_src/src/sass/apply/components/_button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss index abee4d4ec..136652101 100644 --- a/opentech/static_src/src/sass/apply/components/_button.scss +++ b/opentech/static_src/src/sass/apply/components/_button.scss @@ -237,6 +237,7 @@ &:disabled { color: $color--mid-dark-grey; cursor: not-allowed; + pointer-events: all; // to show the tooltip on hover // tooltip &::before { -- GitLab