diff --git a/modules/dt.init.less b/modules/dt.init.less index 39fdeeebb..06e596178 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -328,10 +328,6 @@ span[ data-mw-comment-start ] { width: 100%; margin-left: 0; padding-left: 24px; - - > .oo-ui-buttonElement-frameless:first-child { - margin-left: 0; - } } // stylelint-disable-next-line selector-class-pattern @@ -340,15 +336,6 @@ span[ data-mw-comment-start ] { display: none; } - &-subscribeButton { - margin-left: 0; - margin-right: 8px; - - > .oo-ui-buttonElement-button { - margin-left: -0.42857143em; - } - } - &-ellipsisButton { display: inline-block; // stylelint-disable-next-line declaration-property-unit-disallowed-list @@ -406,10 +393,6 @@ span[ data-mw-comment-start ] { // Prevent the Apex theme focus outline from being cut off (T311662) margin-right: 4px; } - - &-subscribeButton { - margin-right: 0; - } } /* stylelint-enable no-descending-specificity */ }