diff --git a/resources/skins.minerva.base.styles/pageactions.less b/resources/skins.minerva.base.styles/pageactions.less index c85caef..eb354ce 100644 --- a/resources/skins.minerva.base.styles/pageactions.less +++ b/resources/skins.minerva.base.styles/pageactions.less @@ -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; }