From 299e58db28202be8706dee1c570c382e1489213b Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 9 Oct 2023 16:00:18 +1100 Subject: AclDialog --- wwwroot/js/keyboard.js | 2 -- wwwroot/styles/global.css | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'wwwroot') diff --git a/wwwroot/js/keyboard.js b/wwwroot/js/keyboard.js index 6ba9f9f..8086418 100644 --- a/wwwroot/js/keyboard.js +++ b/wwwroot/js/keyboard.js @@ -20,7 +20,6 @@ async function keyDownHandler(e) { .find(d => d.element == element) .dialogObject .invokeMethodAsync('KeyHandler', e.key); - console.log('lmao'); e.preventDefault(); return; } @@ -32,7 +31,6 @@ async function keyDownHandler(e) { if(button) { button.click(); - console.log('lmao2'); e.preventDefault(); return; } diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index 5e46d37..09bbcbf 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -95,8 +95,9 @@ input[type="checkbox"] { } button:disabled { - color: var(--col-button-disabled) !important; background: var(--col-button-disabled-bg) !important; + color: var(--col-button-disabled) !important; + cursor: not-allowed; } button.warning { -- cgit v1.3