Skip to content

Commit

Permalink
Fix issues when not using bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
guyguy2001 committed Jun 22, 2019
1 parent fe0165e commit f8d9ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/vue-context.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
z-index: 1500;
position: fixed;
list-style: none;

outline: 0;
> li {
margin: 0;

> a {
display: block;
width: 100%;
padding: .50rem 1.5rem;
font-weight: 400;
color: $item-color;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
outline: 0;

&:hover,
&:focus {
Expand Down

0 comments on commit f8d9ab9

Please sign in to comment.