diff --git a/src/ui_framework/components/button/_button.scss b/src/ui_framework/components/button/_button.scss index 434f59c65a5c0..c6c063f2b2997 100644 --- a/src/ui_framework/components/button/_button.scss +++ b/src/ui_framework/components/button/_button.scss @@ -86,12 +86,6 @@ color: #5a5a5a; background-color: #FFFFFF; - &:hover:enabled, - &:active:enabled { - color: #000000; - background-color: #FAFAFA; - } - &:disabled { color: #a7a7a7; background-color: #F3F3F3;