Skip to content

Commit

Permalink
fix(datepicker): remove border from 'btn-link' style
Browse files Browse the repository at this point in the history
Closes #1900 
Fixes #1851
  • Loading branch information
kukac7 authored and maxokorokov committed Oct 20, 2017
1 parent 3f9b909 commit c6121b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datepicker/datepicker-navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import {NgbCalendar} from './ngb-calendar';
}
.btn-link {
cursor: pointer;
border: 0;
outline: 0;
}
.btn-link[disabled] {
Expand Down

0 comments on commit c6121b3

Please sign in to comment.