mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
Cleanup whitespace in modules/overlay/ext.echo.overlay.less
According to https://www.mediawiki.org/wiki/Manual:Coding_conventions/CSS#LESS Change-Id: I361909fcea67fa5e0e3cbb69711ede91417c4e2e
This commit is contained in:
parent
7f5b0c1793
commit
94cb6103c2
|
@ -6,6 +6,7 @@
|
||||||
@offset: 200px;
|
@offset: 200px;
|
||||||
@chevronHeight: 11px;
|
@chevronHeight: 11px;
|
||||||
@headerFontSize: 13px;
|
@headerFontSize: 13px;
|
||||||
|
|
||||||
.mw-echo-overlay {
|
.mw-echo-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px + @chevronHeight;
|
top: 30px + @chevronHeight;
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
|
|
||||||
.mw-ui-progressive {
|
.mw-ui-progressive {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.mw-ui-quiet {
|
&.mw-ui-quiet {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
@ -154,6 +156,7 @@
|
||||||
content: " · ";
|
content: " · ";
|
||||||
padding: 0 .25em;
|
padding: 0 .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in a new issue