mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-22 16:28:32 +00:00
Make close button always show on hover, even for inactive tabs (#178)
This commit is contained in:
parent
d4162777af
commit
f475c7432f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.active:hover .close {
|
||||
&:hover .close {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue