mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
Merge "Hygiene: clean up messy less file"
This commit is contained in:
commit
aec9489c3b
|
@ -1,11 +1,5 @@
|
||||||
@import '../mixins.less';
|
@import '../mixins.less';
|
||||||
|
|
||||||
.mw-echo-title {
|
|
||||||
a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@offset: 200px;
|
@offset: 200px;
|
||||||
@chevronHeight: 11px;
|
@chevronHeight: 11px;
|
||||||
.mw-echo-overlay {
|
.mw-echo-overlay {
|
||||||
|
@ -34,23 +28,7 @@
|
||||||
// subtract half the width from the offset and then add the left box shadow
|
// subtract half the width from the offset and then add the left box shadow
|
||||||
left: @offset - 10px + 3px;
|
left: @offset - 10px + 3px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.mw-echo-title {
|
|
||||||
// Helper class to be used to force single-line text in overlay
|
|
||||||
.plainlinks {
|
|
||||||
.truncated-text();
|
|
||||||
max-width: 100%;
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-echo-overlay {
|
|
||||||
button {
|
button {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
@ -121,6 +99,26 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mw-echo-title {
|
||||||
|
a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Helper class to be used to force single-line text in overlay
|
||||||
|
.plainlinks {
|
||||||
|
.truncated-text();
|
||||||
|
max-width: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.mw-echo-notification-primary-link {
|
.mw-echo-notification-primary-link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue