mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Hygiene: Kill dead code
Not serving any purpose... Change-Id: I151e80a79bcaba3d9037fc9f21533a4e9161f60f
This commit is contained in:
parent
aec9489c3b
commit
1c6f5906d0
|
@ -151,30 +151,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#mw-echo-overlay-title-text {
|
||||
display: inline;
|
||||
zoom: 1;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#mw-echo-overlay-moreinfo-link {
|
||||
display: inline-block;
|
||||
margin: 0 2px -1px 4px;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
/* @embed */
|
||||
background-image: url(Help.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
filter: alpha(opacity=50);
|
||||
opacity: 0.5;
|
||||
|
||||
&:hover {
|
||||
filter: alpha(opacity=100);
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
#mw-echo-overlay-footer {
|
||||
padding: 0;
|
||||
border-top: 1px solid #DDDDDD;
|
||||
|
@ -220,15 +196,3 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mw-echo-overlay-none {
|
||||
font-size: 13px;
|
||||
border-bottom: 1px solid #DDDDDD;
|
||||
padding: 15px 15px 10px 60px;
|
||||
}
|
||||
|
||||
#mw-echo-overlay-feedback-link {
|
||||
position: absolute;
|
||||
bottom: 12px;
|
||||
right: 15px;
|
||||
}
|
||||
|
|
|
@ -16,9 +16,3 @@
|
|||
#p-personal .mw-echo-overlay li.mw-echo-notification {
|
||||
color: #6D6D6D;
|
||||
}
|
||||
#p-personal #mw-echo-overlay-moreinfo-link {
|
||||
/* @embed */
|
||||
background-image: url(Help.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue