Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Remove the blue border around "Show all columns" - Closes #323 #338

Merged
merged 3 commits into from
Jun 8, 2017
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/components/forging/forging.pug
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@ md-card.offline-hide
md-button.md-icon-button(ng-click='$mdOpenMenu()')
i.material-icons more_vert
md-menu-content(width='4')
md-menu-item
p(ng-click='check($event)')
md-menu-item(ng-click='check($event)')
div
md-checkbox#advanced.filled-in.violet(ng-model='$ctrl.showAllColumns') Show All Columns
// md-menu-item
p(ng-click='check($event)')
md-checkbox#fulltime.filled-in.violet(ng-model='showFullTime')
label(for='fulltime') Show Full Time
md-card-content
md-content(layout='column')
md-table-container(ng-show='$ctrl.blocks.length')
Expand Down