✨(app-desk) integrate grid member action
Integrate the action button dropdown in the member grid. For the moment it will be used to update the role of a member. Manage use cases: - Does not display when member's role - Does not display when member is an admin that wants to update owner role.
This commit is contained in:
@@ -276,6 +276,13 @@ const config = {
|
||||
'color-hover': '#ffffff',
|
||||
'color-active': '#ffffff',
|
||||
},
|
||||
'primary-text': {
|
||||
background: {
|
||||
'color-hover': 'var(--c--theme--colors--primary-100)',
|
||||
'color-active': 'var(--c--theme--colors--primary-100)',
|
||||
},
|
||||
'color-hover': 'var(--c--theme--colors--primary-text)',
|
||||
},
|
||||
secondary: {
|
||||
background: {
|
||||
'color-hover': 'var(--c--theme--colors--primary-100)',
|
||||
@@ -309,6 +316,7 @@ const config = {
|
||||
},
|
||||
'forms-checkbox': {
|
||||
'border-radius': '0',
|
||||
color: 'var(--c--theme--colors--primary-text)',
|
||||
},
|
||||
'forms-datepicker': {
|
||||
'border-radius': '0',
|
||||
|
||||
Reference in New Issue
Block a user