fix: link-button - styles applied on the right elements

This commit is contained in:
gaelle morin
2021-01-23 18:01:22 +01:00
parent 3649d000c2
commit 747783ad69
13 changed files with 41 additions and 17 deletions

View File

@ -23,7 +23,7 @@ div.segment.full.padding-large.whitespace-normal
template
solid-ac-checker(permission="acl:Delete", data-src="${src}")
solid-delete(
class='button text-xsmall text-bold text-uppercase color-secondary bordered'
class='segment text-xsmall children-link-text-bold children-link-text-uppercase children-link-button children-link-color-secondary bordered'
data-src="${src}"
data-label=''
data-trans='data-label=project.edit.buttonDelete'

View File

@ -52,7 +52,7 @@ solid-router(default-route='project-profile', hidden)
solid-ac-checker.segment.full.text-right.margin-bottom-large.sm-margin-bottom-medium(permission='acl:Delete', bind-resources)
solid-delete(
class='segment sm-full button text-xsmall text-bold text-uppercase text-center color-secondary bordered'
class='segment sm-full children-link-button text-xsmall text-center children-link-text-bold children-link-text-uppercase children-link-color-secondary bordered'
bind-resources
data-label=''
data-trans='data-label=project.profile.buttonDelete'