Merge pull request #12196 from nextcloud/revert-12138-and-12138

Revert important rule for hidden class and inline button style
This commit is contained in:
Morris Jobke 2018-11-01 21:48:52 +01:00 committed by GitHub
commit d96e2ce111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -25,12 +25,12 @@
}
.hidden {
display: none !important; /* Hiding should take precedence */
display: none;
}
.hidden-visually {
position: absolute;
left: -10000px;
left:-10000px;
top: auto;
width: 1px;
height: 1px;
@ -47,4 +47,4 @@
.inlineblock {
display: inline-block;
}
}

View File

@ -163,7 +163,6 @@ input[type='reset'] {
padding: 6px 12px;
width: auto;
min-height: 34px;
display: inline-block;
cursor: pointer;
box-sizing: border-box;
background-color: var(--color-background-dark);