diff --git a/packages/common/styles.js b/packages/common/styles.js
index c07198054fa15833ca4d3ef1a39136b421199449..d9548f4f15c637df538576fba02262bee915405b 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -416,7 +416,7 @@ export function getButtonCSS() {
             background: none;
         }
 
-        button.button:hover, .button:hover, button.dt-button:hover, button.dt-button:hover:not(.disabled) {
+        button.button:hover:enabled, .button:hover:enabled, button.dt-button:hover:enabled, button.dt-button:hover:not(.disabled) {
             color: white;
             background: none;
             background-color: black;