Skip to content

Commit

Permalink
fix(timepicker): remove border from 'btn-link' style
Browse files Browse the repository at this point in the history
Fixes #1851 
Closes #1901
  • Loading branch information
kukac7 authored and maxokorokov committed Oct 20, 2017
1 parent 2ccb336 commit 3f9b909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timepicker/timepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const NGB_TIMEPICKER_VALUE_ACCESSOR = {
}
.btn-link {
border: 0;
outline: 0;
}
Expand Down

1 comment on commit 3f9b909

@faxemaxee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, just came here for that exact issue and was wondering if you could not just add the mandatory btn class in addition to the btn-link to fix this a tad cleaner. Looking forward to you feedback. All the best

Please sign in to comment.