Nice catch! The embeddable build status plugin is using an "INPUT" field in a rather strange way. Each of the example items is an input field with a style sheet applied to the input field. The style sheet it is inserting on that page adjusts input fields which causes it to alter the style of the input that is used for the search bar.
I think it should be changed to simple text with a copy icon to the right of the text. Then the style sheet entry that modifies input fields on that page can be removed.
notmyfault you have much more experience with UI and layout than I do. Does that make sense to you? Is there possibly some other reason why the original implementation used an input field? The commit that added the style for the input field does not provide any further insights.
Nice catch! The embeddable build status plugin is using an "INPUT" field in a rather strange way. Each of the example items is an input field with a style sheet applied to the input field. The style sheet it is inserting on that page adjusts input fields which causes it to alter the style of the input that is used for the search bar.
I think it should be changed to simple text with a copy icon to the right of the text. Then the style sheet entry that modifies input fields on that page can be removed.
notmyfault you have much more experience with UI and layout than I do. Does that make sense to you? Is there possibly some other reason why the original implementation used an input field? The commit that added the style for the input field does not provide any further insights.