From f12ac58932129c10e87a59da067e680846ce1970 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Sun, 13 Aug 2017 22:38:54 +0300 Subject: [PATCH] Remove redundant CSS The `nav.woo-nav-tab-wrapper` CSS rule overrides WordPress core rule with the same CSS. We can remove that from WooCommerce. --- assets/css/admin.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index bc60c715c34..2339f93c6d4 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -3010,7 +3010,6 @@ img.help_tip { nav.woo-nav-tab-wrapper { margin: 1.5em 0 1em; - border-bottom: 1px solid #ccc; } .subsubsub {