fix(cli): improve diagnostic message popup
This commit is contained in:
@@ -13,10 +13,15 @@ span {
|
||||
|
||||
&.with-msg {
|
||||
position: relative;
|
||||
&:not(:hover) {
|
||||
|
||||
.message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover:not(:has(.with-msg:hover)) {
|
||||
.message {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
|
||||
Reference in New Issue
Block a user