Skip to content

Commit

Permalink
Update styling of monitor filter
Browse files Browse the repository at this point in the history
* Give it more emphasive by removing the 'outline' style.
* Make it more explicit that this is an action by updating the
  button label.
  • Loading branch information
bgeuken committed Dec 17, 2018
1 parent 955a91f commit e5bc7fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
= check_box_tag valid_xml_id('repo_' + repository), 1, repository_filter.include?(repository), class: 'custom-control-input'
%label.custom-control-label{ for: valid_xml_id('repo_' + repository) }
= repository
%button.btn.btn-outline-primary{ type: :submit }
Filter
%button.btn.btn-primary{ type: :submit }
Apply Filter
%button.btn.btn-outline-secondary.float-right{ type: :button,
data: { toggle: 'modal', target: '#build-monitor-legend' }, title: 'Build status legend' }
Legend
Expand Down

0 comments on commit e5bc7fc

Please sign in to comment.