Skip to content

Commit

Permalink
fix(client): modify sidebar css
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jun 22, 2019
1 parent e80a298 commit 4505871
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/client/assets/style/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,17 @@

& > * {
outline: none;

&:focus {
box-shadow: none !important;
}
box-shadow: none !important;

&:not(:first-child) {
margin-top: 20px;
}
}

& svg:focus {
outline: none;
box-shadow: none !important;
}
}

.sidebar-control,
Expand Down

0 comments on commit 4505871

Please sign in to comment.