diff --git a/packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css b/packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css index 06ed3a63d55..581074de74d 100644 --- a/packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css +++ b/packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css @@ -2,7 +2,8 @@ File Mention Dropdown ============================================ */ -.file-mention-dropdown { +.file-mention-dropdown, +.slash-command-dropdown { position: absolute; bottom: calc(100% + 4px); left: 0; @@ -156,20 +157,6 @@ Slash Command Dropdown ============================================ */ -.slash-command-dropdown { - position: absolute; - bottom: calc(100% + 4px); - left: 0; - right: 0; - z-index: 10; - background: var(--vscode-editorWidget-background, var(--vscode-input-background)); - border: 1px solid var(--vscode-editorWidget-border, var(--vscode-input-border)); - border-radius: 4px; - overflow: hidden; - max-height: 200px; - overflow-y: auto; -} - .slash-command-item { display: flex; align-items: center; diff --git a/script/kilocode-duplication-allowlist.json b/script/kilocode-duplication-allowlist.json index 9df267a663f..409fda987ea 100644 --- a/script/kilocode-duplication-allowlist.json +++ b/script/kilocode-duplication-allowlist.json @@ -341,18 +341,6 @@ "owner": "kilo-vscode", "reason": "Existing duplication before the ratchet; remove through a focused, behavior-preserving extraction." }, - { - "files": [ - "packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css", - "packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css" - ], - "fingerprint": "aee459acfb62435f", - "maxMatches": 1, - "maxTokens": 109, - "kind": "legacy", - "owner": "kilo-vscode", - "reason": "Existing duplication before the ratchet; remove through a focused, behavior-preserving extraction." - }, { "files": ["packages/opencode/src/kilocode/agent/index.ts", "packages/opencode/src/kilocode/agent/index.ts"], "fingerprint": "9044b540f896a694",