diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index d34677a83..02a2d64d2 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -540,6 +540,10 @@ & toolbarbutton { margin: 0; + + &[disabled] { + visibility: hidden; + } } }