Merge branch 'main' of https://github.com/GSA/notifications-admin into 533-adjust-uswds-styles

# Conflicts:
#	app/assets/javascripts/templateFolderForm.js
#	app/assets/sass/uswds/_uswds-theme-custom-styles.scss
This commit is contained in:
Jonathan Bobel
2023-06-19 10:47:56 -04:00
4 changed files with 38 additions and 11 deletions

View File

@@ -143,3 +143,30 @@ td.table-empty-message {
box-shadow: none;
border: 0;
}
.template-list-item-without-ancestors .template-list-folder:active,
.template-list-item-without-ancestors .template-list-folder:active::before,
.template-list-item-without-ancestors .template-list-folder:focus,
.template-list-item-without-ancestors .template-list-folder:focus::before,
.template-list-item-without-ancestors .template-list-template:active,
.template-list-item-without-ancestors .template-list-template:active::before,
.template-list-item-without-ancestors .template-list-template:focus,
.template-list-item-without-ancestors .template-list-template:focus::before {
background-color: transparent;
box-shadow: none;
}
.folder-heading a.folder-heading-folder,
.folder-heading-folder,
.template-list-folder {
background-image: none;
padding-left: 0;
text-indent: 0;
&:hover {
color: color("blue-warm-70v");
}
}
.template-list-item-without-ancestors a.template-list-folder:first-of-type {
text-indent: 0;
}