Skip to content
Merged
Prev Previous commit
Next Next commit
Re-instate the empty border, to prevent browser defaults from kicking…
… in.
  • Loading branch information
kjellr committed Feb 19, 2019
commit 55e558808c3f551810519b00c31a274d7bccc20f
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.edit-post-sidebar__panel-tab {
background: transparent;
border: none;
box-shadow: none;
cursor: pointer;
height: $grid-size * 6;
Expand Down
1 change: 1 addition & 0 deletions packages/edit-post/src/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@

.edit-post-sidebar__panel-tab {
background: transparent;
border: none;
box-shadow: none;
cursor: pointer;
height: 50px;
Expand Down