mirror of https://github.com/node-red/node-red.git
Merge pull request #5078 from node-red/5077-typedInput-border
Add a border to better distinguish typedInput type/option dropdownspull/5081/head
commit
6a38808fbb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue