Skip to content

Commit

Permalink
Remove border on right side of the close button (#648)
Browse files Browse the repository at this point in the history
* Better alignments icons

* refined icons

* improve widgets list item padding

* Remove border on right side of the close button
  • Loading branch information
nckrtl committed Apr 4, 2024
1 parent ca2597a commit cd46685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DebugBar/Resources/debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ div.phpdebugbar-header-right {
float: right;
}
div.phpdebugbar-header > div > * {
padding: 5px 5px;
padding: 5px;
font-size: 14px;
height: 16px;
color: #555;
Expand All @@ -170,7 +170,7 @@ div.phpdebugbar-header-right > select {

span.phpdebugbar-indicator,
a.phpdebugbar-indicator,
a.phpdebugbar-close-btn {
{
border-right: 1px solid #ddd;
}

Expand Down

0 comments on commit cd46685

Please sign in to comment.