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:
commit
d96e2ce111
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue