From e1d85c15caf745781d80469fbb33a7ecee4b550c Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:37:13 -0600 Subject: [PATCH] Additional styles --- src/registrar/assets/sass/_theme/_buttons.scss | 11 +++++++++-- src/registrar/templates/home.html | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/registrar/assets/sass/_theme/_buttons.scss b/src/registrar/assets/sass/_theme/_buttons.scss index de7a280e6..ec9f03012 100644 --- a/src/registrar/assets/sass/_theme/_buttons.scss +++ b/src/registrar/assets/sass/_theme/_buttons.scss @@ -27,14 +27,21 @@ a.usa-button { } a.usa-button.disabled-link { - cursor: default !important; background-color: #ccc !important; } -a.usa-button.disabled-domain-request-link:hover { +a.usa-button.disabled-link:hover { color: #ccc !important; cursor: not-allowed !important; text-decoration: none !important; + +} + +a.usa-button.disabled-link:focus { + color: #ccc !important; + cursor: not-allowed !important; + text-decoration: none !important; + outline: none !important; } a.usa-button:not(.usa-button--unstyled, .usa-button--outline) { diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 114b58a91..a00ab71c4 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -14,7 +14,7 @@

{% if is_production %} -