diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index b8017d3f8..8bd2db31a 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -1190,3 +1190,8 @@ nav.nav { background-color: transparent; } } + +.button-not-clickable { + cursor: default; + pointer-events: none; +} diff --git a/app/templates/views/organizations/organization/index.html b/app/templates/views/organizations/organization/index.html index 94fbe541d..026588ced 100644 --- a/app/templates/views/organizations/organization/index.html +++ b/app/templates/views/organizations/organization/index.html @@ -59,10 +59,12 @@
@@ -78,7 +80,7 @@ @@ -96,7 +98,7 @@