mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +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;
|
||||
@chevronHeight: 11px;
|
||||
@headerFontSize: 13px;
|
||||
|
||||
.mw-echo-overlay {
|
||||
position: absolute;
|
||||
top: 30px + @chevronHeight;
|
||||
|
@ -42,6 +43,7 @@
|
|||
|
||||
.mw-ui-progressive {
|
||||
cursor: pointer;
|
||||
|
||||
&.mw-ui-quiet {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -154,6 +156,7 @@
|
|||
content: " · ";
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&::after {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in a new issue