mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
PR suggestions
This commit is contained in:
parent
ad2c04d330
commit
e7243b789e
5 changed files with 4 additions and 6 deletions
|
@ -87,7 +87,7 @@ export class MembersTable extends BaseTable {
|
|||
|
||||
// generate html blocks for domains and permissions for the member
|
||||
let domainsHTML = this.generateDomainsHTML(num_domains, member.domain_names, member.domain_urls, member.action_url);
|
||||
let permissionsHTML = this.generatePermissionsHTML(member.permissions, customTableOptions.UserPortfolioPermissionChoices, unique_id);
|
||||
let permissionsHTML = this.generatePermissionsHTML(member.permissions, customTableOptions.UserPortfolioPermissionChoices);
|
||||
|
||||
// domainsHTML block and permissionsHTML block need to be wrapped with hide/show toggle, Expand
|
||||
let showMoreButton = '';
|
||||
|
|
|
@ -924,7 +924,3 @@ ul.add-list-reset {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.dja-detail-table .usa-tag {
|
||||
text-transform: none;
|
||||
}
|
||||
|
|
|
@ -41,6 +41,8 @@ th {
|
|||
}
|
||||
}
|
||||
|
||||
// The member table has an extra "expand" row, which looks like a single row.
|
||||
// But the DOM disagrees - so we basically need to hide the border on both rows.
|
||||
#members__table-wrapper .dotgov-table tr:nth-last-child(2) td,
|
||||
#members__table-wrapper .dotgov-table tr:nth-last-child(2) th {
|
||||
border-bottom: none;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
@forward "header";
|
||||
@forward "register-form";
|
||||
@forward "containers";
|
||||
@forward "usa-modal";
|
||||
@forward "modals";
|
||||
@forward "tags";
|
||||
|
||||
/*--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue