💄 style(query-editor): 补充对象跳转提示样式

- 为 QueryEditor Ctrl/Cmd 对象跳转提示补充虚线下划线样式
- 保持跳转命中时的可点击反馈与测试断言一致
This commit is contained in:
Syngnat
2026-05-31 13:41:16 +08:00
parent 255e484dcf
commit 9ba457c91f

View File

@@ -648,3 +648,10 @@ body[data-theme='light'] .redis-viewer-workbench .ant-radio-button-wrapper-check
transform: translateY(0);
}
}
.gonavi-query-editor-link-hint {
cursor: pointer;
text-decoration: underline;
text-decoration-style: dashed;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}