diff --git a/common/common.scss b/common/common.scss index 9d33516..24d6b9b 100644 --- a/common/common.scss +++ b/common/common.scss @@ -17,7 +17,7 @@ } @if $Hide_default_button == "true" { - button#create-topic { - display: none; + .list-controls .container #create-topic { + display:none; } }