DevTools: convert UI.ComboBoxFilterUI to use vanilla <select> element
Currently, the UI.ComboBoxFilterUI uses UI.ToolbarComboBox for the select element. However, the component should be used only as a toolbar child, since the toolbar has a bunch of CSS for the component. This patch migrates UI.ComboBoxFilterUI from UI.ToolbarComboBox to a simple <select> BUG=674463 R=dgozman Review-Url: https://codereview.chromium.org/2577953004 Cr-Commit-Position: refs/heads/master@{#438998}
Showing
Please register or sign in to comment