From ba2e8a147c6cf81ef5bcc234eacbeaff9ef79888 Mon Sep 17 00:00:00 2001 From: Athul Mathew Varughese <68552836+Athulmathew01@users.noreply.github.com> Date: Sun, 12 May 2024 12:54:32 +0530 Subject: [PATCH] removing content in react-tabs.css When selecting a tab in dark background creates another small overflow in the bottom of the tab because of the content added. I hope it will look better this way. Feel free to comment your thoughts. --- style/react-tabs.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style/react-tabs.css b/style/react-tabs.css index eeddde5bae..0436dde369 100644 --- a/style/react-tabs.css +++ b/style/react-tabs.css @@ -36,7 +36,6 @@ } .react-tabs__tab:focus:after { - content: ''; position: absolute; height: 5px; left: -4px;