diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 0844d4ce9..9383b90b7 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -1078,6 +1078,11 @@ border-color: @cryptpad_text_col; color: @cryptpad_text_col; } + .cp-toolbar-userlist-button { + svg { + margin: 0; + } + } &.cp-toolbar-button-active { background-color: @cp_toolbar-bg; border-color: @cp_toolbar-fg; @@ -1085,11 +1090,6 @@ &:hover { background-color: fade(@cryptpad_text_col, 20%); } - .cp-toolbar-userlist-button { - svg { - margin: 0; - } - } } }