Cleanup unused page actions CSS

Depends-On: I06ef42cb1461fde7ca0aa903f174c3b1f39ab154
Bug: T196893
Change-Id: Iccde86c7acc0bd66bbad9a9fdc0fdf172576f872
This commit is contained in:
jdlrobson 2018-10-10 14:29:05 -07:00 committed by Jdlrobson
parent aa6a2dda4c
commit 1326f7be69
1 changed files with 2 additions and 18 deletions

View File

@ -46,16 +46,8 @@
margin-bottom: 0;
float: right;
// FIXME: use .cloaked class
// file inputs are notoriously difficult to style
input {
opacity: 0;
}
input,
a,
span,
button {
// edit, language and watchstar
a {
// Needed for non-JavaScript users
position: absolute;
display: block;
@ -63,14 +55,6 @@
height: 100%;
// needed for ContentOverlay pointer arrow
margin: 0 0 8px;
}
button {
text-indent: inherit;
outline: 0;
}
a,
button {
cursor: pointer;
}