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;