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