Skip to content

Commit

Permalink
Remove focus ring for network drop-down-menu.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Nov 22, 2023
1 parent 1eefc34 commit 58e6346
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/explorer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ body {
#mobile-drop-down-menu .o-sel-arrow {
background-position: calc(100% - 13px) calc(100% - 16px);
}
#drop-down-menu .h-is-navbar-item:focus
{
outline: none;
}
.button.h-is-navbar-item {
padding-top: 28px;
padding-bottom: 16px;
Expand Down

0 comments on commit 58e6346

Please sign in to comment.