Skip to content

Commit

Permalink
Revert of DevTools: fix toolbar <select> background in Dark theme (pa…
Browse files Browse the repository at this point in the history
…tchset #1 id:1 of https://codereview.chromium.org/1567203004/ )

Reason for revert:
This was a bad fix, breaks non-white toolbars (i.e. filter bar).

Original issue's description:
> DevTools: fix toolbar <select> background in Dark theme
>
> BUG=572706
> [email protected]
>
> Committed: https://crrev.com/50f67380499ef03afa7ebd83bbcfc9868791f1f3
> Cr-Commit-Position: refs/heads/master@{#368523}

[email protected]
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=572706

Review URL: https://codereview.chromium.org/1575123002

Cr-Commit-Position: refs/heads/master@{#368632}
  • Loading branch information
caseq authored and Commit bot committed Jan 11, 2016
1 parent d1290f2 commit af12426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front_end/ui/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ select.toolbar-item {
padding: 0 15px 0 5px;
margin-right: -10px;
position: relative;
background-color: white;
}

/* Input */
Expand Down

0 comments on commit af12426

Please sign in to comment.