Skip to content

Commit

Permalink
DevTools: align tabbed pane close tab buttons.
Browse files Browse the repository at this point in the history
BUG=674868

Review-Url: https://codereview.chromium.org/2649973004
Cr-Commit-Position: refs/heads/master@{#445808}
  • Loading branch information
pavelfeldman authored and Commit bot committed Jan 24, 2017
1 parent 01011c3 commit b720c49
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,7 @@
}

.tabbed-pane-header-tab .tabbed-pane-close-button {
display: inline-block;
position: relative;
top: 2px;
left: 1px;
margin-left: 2px;
margin-top: -3px;
margin: 0 -3px 0 4px;
visibility: hidden;
}

Expand Down

0 comments on commit b720c49

Please sign in to comment.