Skip to content

Commit

Permalink
feat(navbar): styles fix (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
roll314 authored and pimenovoleg committed Jul 24, 2018
1 parent abe133f commit 2f7bae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/lib/navbar/_navbar-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
}

mc-navbar-item, .mc-navbar-item {
border: 1px solid transparent;

outline: 0;

&.cdk-focused {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Subscription } from 'rxjs/internal/Subscription';
import { debounceTime } from 'rxjs/operators';

import {
AfterViewInit,
AfterViewInit,
Component, Directive,
ElementRef,
HostBinding,
Expand Down

0 comments on commit 2f7bae6

Please sign in to comment.