Remove unused CSS and icon for old preferences button

Change-Id: I0ba1d1322c4c53fe7fefd92be85fd595198a63c9
This commit is contained in:
Ed Sanders 2016-09-01 17:30:50 -07:00
parent b0f5a46964
commit 0271cdd52d
2 changed files with 0 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -40,22 +40,6 @@
height: 19px;
width: 19px;
}
#mw-echo-pref-link {
float: right;
margin: 5px 3px;
/* @embed */
background-image: url(../icons/Preferences.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-date-section {