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:
Amir E. Aharoni 2015-01-04 11:39:16 +02:00
parent 7f5b0c1793
commit 94cb6103c2

View file

@ -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: '';