mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
group all tab_icon css together
This commit is contained in:
parent
f0aabad2c4
commit
4cc864136f
1 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue