From 6969a8f92ce60f6cad4774bd69be4d9b33646636 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 13 Mar 2019 11:40:04 -0400 Subject: [PATCH] inactive buttons can no longer be highlighted, like bladeburner skill level up --- css/buttons.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/buttons.scss b/css/buttons.scss index 27fb845a9..b854356d6 100644 --- a/css/buttons.scss +++ b/css/buttons.scss @@ -47,6 +47,11 @@ button { border: 1px solid #333; cursor: default; + -moz-user-select: none; + -ms-user-select: none; + -khtml-user-select: none; + -webkit-user-select: none; + &:hover { .tooltiptext, .tooltiptexthigh,