design : make filter buttons tertiary and dropdown secondary
This commit is contained in:
parent
06c6a4ab0c
commit
db3085fa33
6 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
%span.dropdown{ data: { controller: 'menu-button' } }
|
||||
%button.fr-btn.fr-btn--secondary.fr-btn--sm.dropdown-button{ data: { menu_button_target: 'button' } }
|
||||
%button.fr-btn.fr-btn--sm.dropdown-button{ data: { menu_button_target: 'button' }, class: @class_btn.present? ? @class_btn : 'fr-btn--secondary' }
|
||||
- if @count.nil?
|
||||
= t(".download_all")
|
||||
- else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue