group all tab_icon css together

This commit is contained in:
Simon Ábris 2020-03-14 18:02:52 +01:00 committed by Benjamin Staneck
parent f0aabad2c4
commit 4cc864136f

View file

@ -69,12 +69,6 @@ export default class Tab extends React.PureComponent<TabProps> {
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<TabProps> {
color: #909090;
}
.tab_tab:hover .tab_icon {
opacity: 1;
transform: none;
pointer-events: all;
}
.tab_shape {
position: absolute;
left: 4px;