fix(cli): improve diagnostic message popup

This commit is contained in:
2026-06-01 14:48:24 +02:00
parent 4151f5373d
commit dd126f2559

View File

@@ -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 {