From 609f57f949fb9444cede317b493a194a3e4064d2 Mon Sep 17 00:00:00 2001 From: chenhbc Date: Thu, 29 Jun 2017 11:04:20 +0800 Subject: [PATCH] Modify tab border style error. --- electron-tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-tabs.css b/electron-tabs.css index a1a0df4..90b7ab5 100644 --- a/electron-tabs.css +++ b/electron-tabs.css @@ -33,7 +33,7 @@ padding-bottom: 0; } -.etabs-tab:first-child { +.etabs-tab:not(:first-child) { border-left: none; }