Skip to content

Commit

Permalink
DevTools: Fix "Unwanted blue dot is seen in 'Performance' section of …
Browse files Browse the repository at this point in the history
…devtools"

NOTRY=true
BUG=716337

Review-Url: https://codereview.chromium.org/2852333005
Cr-Commit-Position: refs/heads/master@{#469140}
  • Loading branch information
a1ph authored and Commit bot committed May 3, 2017
1 parent 85245cf commit 59c0d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/perf_ui/timelineOverviewInfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* found in the LICENSE file.
*/

.overview-info {
.overview-info:not(:empty) {
display: flex;
background: white;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 59c0d0a

Please sign in to comment.