Skip to content

Commit

Permalink
Force display: none for the hidden div
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 28, 2018
1 parent ba62b42 commit 69cf341
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/vaadin-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
display: none !important;
}

div[hidden] {
display: none;
[hidden] {
display: none !important;
}
</style>

Expand Down
1 change: 0 additions & 1 deletion test/adding-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<script src="common.js"></script>

<link rel="import" href="common.html">
<link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion test/file-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<script src="../../web-component-tester/browser.js"></script>

<link rel="import" href="common.html">
<link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
</head>

<body>
Expand Down

0 comments on commit 69cf341

Please # to comment.