This is an automated email from the ASF dual-hosted git repository.

papegaaij pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d8d850  WIKCET-6725: important breaks dynamic display and hide
4d8d850 is described below

commit 4d8d8503524dd46c087a398f061685ab310e7856
Author: Emond Papegaaij <[email protected]>
AuthorDate: Mon Feb 10 21:26:46 2020 +0100

    WIKCET-6725: important breaks dynamic display and hide
---
 wicket-core/src/main/java/org/apache/wicket/css/wicket-core.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/css/wicket-core.css 
b/wicket-core/src/main/java/org/apache/wicket/css/wicket-core.css
index 226de4c..45bc6cc 100644
--- a/wicket-core/src/main/java/org/apache/wicket/css/wicket-core.css
+++ b/wicket-core/src/main/java/org/apache/wicket/css/wicket-core.css
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 .wicket--hidden {
-       display: none!important;
+       display: none;
 }
 .wicket--hidden-fields {
        width: 0px;

Reply via email to