From 4cc864136f9b912f8d170a74ce001371c1992f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20A=CC=81bris?= Date: Sat, 14 Mar 2020 18:02:52 +0100 Subject: [PATCH] group all tab_icon css together --- lib/components/tab.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/components/tab.tsx b/lib/components/tab.tsx index af6e32e2..87421309 100644 --- a/lib/components/tab.tsx +++ b/lib/components/tab.tsx @@ -69,12 +69,6 @@ export default class Tab extends React.PureComponent { color: #ccc; } - .tab_tab:hover .tab_icon { - opacity: 1; - transform: none; - pointer-events: all; - } - .tab_first { border-left-width: 0; padding-left: 1px; @@ -147,6 +141,12 @@ export default class Tab extends React.PureComponent { color: #909090; } + .tab_tab:hover .tab_icon { + opacity: 1; + transform: none; + pointer-events: all; + } + .tab_shape { position: absolute; left: 4px;