Merge pull request #5078 from node-red/5077-typedInput-border

Add a border to better distinguish typedInput type/option dropdowns
pull/5081/head
Nick O'Leary 2025-03-11 16:07:48 +00:00 committed by GitHub
commit 6a38808fbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ button.red-ui-typedInput-option-expand {
}
button.red-ui-typedInput-option-trigger {
border-left: 1px solid var(--red-ui-form-input-border-color);
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 4px;