This is an automated email from the ASF dual-hosted git repository. papegaaij pushed a commit to branch csp in repository https://gitbox.apache.org/repos/asf/wicket.git
commit b71fe8a6dd9f292429748b46ad4a81c11c603494 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;
