mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 18:21:50 +00:00
Merge "Remove some unused CSS"
This commit is contained in:
commit
0ade11d299
|
@ -430,12 +430,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
border-left: 1px solid #a2a9b1;
|
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 {
|
h1 + .ext-discussiontools-init-section {
|
||||||
|
@ -504,7 +498,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
||||||
&-actions {
|
&-actions {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -562,11 +555,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
// stylelint-disable-next-line declaration-property-unit-disallowed-list
|
// stylelint-disable-next-line declaration-property-unit-disallowed-list
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-actions {
|
|
||||||
// Prevent the Apex theme focus outline from being cut off (T311662)
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue