From 9952849aa53ede26dff74224d298fee0545992c4 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 30 Sep 2021 10:48:52 +0200 Subject: [PATCH] refactor: remove IE7 CSS hack (#7526) Remove IE specific start hack: https://stackoverflow.com/a/14927670/808699 that was targeting IE 5.5 to 7. --- src/style/_mixins.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/_mixins.scss b/src/style/_mixins.scss index 8fd01720a63..096dc0e4c75 100644 --- a/src/style/_mixins.scss +++ b/src/style/_mixins.scss @@ -15,7 +15,6 @@ %clearfix { - *zoom: 1; &:before, &:after {