From 56b3c4a3a01ff340783b9e35ecfc57ba51c37518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 7 Jun 2017 13:46:36 +0200 Subject: [PATCH] dasboard_history: fixed disabled attribute so it works both by disabling and fixing style, no need for disabled class and disabled attribute --- public/app/features/dashboard/history/history.html | 11 +++++------ public/sass/components/_buttons.scss | 1 + 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/app/features/dashboard/history/history.html b/public/app/features/dashboard/history/history.html index 375daa8d87f..5aca9186ebe 100644 --- a/public/app/features/dashboard/history/history.html +++ b/public/app/features/dashboard/history/history.html @@ -74,22 +74,21 @@
diff --git a/public/sass/components/_buttons.scss b/public/sass/components/_buttons.scss index 88752e49064..4be896d8ec0 100644 --- a/public/sass/components/_buttons.scss +++ b/public/sass/components/_buttons.scss @@ -41,6 +41,7 @@ } &.disabled, + &[disabled], &:disabled { cursor: $cursor-disabled; opacity: .65;