Merge "Cleanup unused page actions CSS"

This commit is contained in:
jenkins-bot 2018-10-23 20:09:41 +00:00 committed by Gerrit Code Review
commit 5a4d8daa32
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;
}