mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-14 11:25:10 +00:00
Remove some unused CSS
No longer needed since the "Subscribe" button was moved elsewhere
(2960853088
).
Change-Id: I758469c6883fe6056dc3859b5b5d43d98771b518
This commit is contained in:
parent
04cfffe323
commit
f27d173852
|
@ -430,12 +430,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||
border-left: 1px solid #a2a9b1;
|
||||
}
|
||||
}
|
||||
|
||||
&-actions {
|
||||
margin-left: auto;
|
||||
// Prevent the focus outline from being cut off (T311662), do not set to negative values
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
h1 + .ext-discussiontools-init-section {
|
||||
|
@ -504,7 +498,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
&-actions {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
|
@ -562,11 +555,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||
// stylelint-disable-next-line declaration-property-unit-disallowed-list
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
&-actions {
|
||||
// Prevent the Apex theme focus outline from being cut off (T311662)
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue