diff --git a/packages/editor/src/components/post-trash/style.scss b/packages/editor/src/components/post-trash/style.scss index 576d08a1e182c8..62262fc5437dbe 100644 --- a/packages/editor/src/components/post-trash/style.scss +++ b/packages/editor/src/components/post-trash/style.scss @@ -3,8 +3,8 @@ border-color: darken($alert-red, 15%); justify-content: center; - &:hover, - &:focus { + &:not(:disabled):not([aria-disabled="true"]):hover, + &:not([aria-disabled="true"]):focus { color: darken($alert-red, 20%); border-color: darken($alert-red, 20%); }