Skip to content

Commit

Permalink
fix(project): remove outline from menubuttons
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Jun 23, 2021
1 parent c754f95 commit 53439c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuButton/MenuButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
text-align: center;
text-decoration: none;
background: transparent;
outline-color: var(--highlight-color, white);
outline: none;
cursor: pointer;
opacity: 0.7;
transition: background 0.1s ease;
Expand Down

0 comments on commit 53439c2

Please sign in to comment.