From de0e70889ffae0770538d993c8a13d1cc346ba89 Mon Sep 17 00:00:00 2001 From: Juan Pablo Mitriatti Date: Thu, 13 Mar 2025 16:01:38 -0300 Subject: [PATCH 1/3] fix(component-events): added style to fix a:focus UDS-1975 --- packages/unity-bootstrap-theme/src/scss/extends/_misc.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss b/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss index bf98f0f4f0..ba85c92c15 100644 --- a/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss +++ b/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss @@ -126,4 +126,6 @@ textarea:focus, select:focus { outline: none !important; box-shadow: 0px 0px 0px 2px $uds-color-base-white, 0px 0px 0px 4px $uds-color-base-gray-7 !important; + display: inline-block; + margin: 4px; } From 9629f6fb7203a2fcf2d28e7d2e453efe1ddb15d0 Mon Sep 17 00:00:00 2001 From: Juan Pablo Mitriatti Date: Thu, 27 Mar 2025 16:34:41 -0300 Subject: [PATCH 2/3] fix(component-news): removed margin from focus and added to a tag into card-title UDS-1975 --- packages/unity-bootstrap-theme/src/scss/extends/_misc.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss b/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss index ba85c92c15..cfbfe4cf59 100644 --- a/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss +++ b/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss @@ -66,6 +66,8 @@ label { .card-title a { color: $uds-color-base-gray-7; text-decoration: none; + display: inline-block; + margin: 4px; } .card-title a:hover { text-decoration: underline; @@ -126,6 +128,5 @@ textarea:focus, select:focus { outline: none !important; box-shadow: 0px 0px 0px 2px $uds-color-base-white, 0px 0px 0px 4px $uds-color-base-gray-7 !important; - display: inline-block; - margin: 4px; + z-index: 1; } From ffa430de81b8cd345b431a48c693308ff9b1b43b Mon Sep 17 00:00:00 2001 From: david ornelas Date: Mon, 21 Apr 2025 14:19:39 -0700 Subject: [PATCH 3/3] fix(unity-bootstrap-theme): fix focus styles for card titles --- packages/unity-bootstrap-theme/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/unity-bootstrap-theme/README.md b/packages/unity-bootstrap-theme/README.md index c90e6c54fc..5e6231f9e8 100644 --- a/packages/unity-bootstrap-theme/README.md +++ b/packages/unity-bootstrap-theme/README.md @@ -1,3 +1,4 @@ # `@asu/unity-bootstrap-theme` Please see the [Getting Started page for the Unity Bootstrap Theme](https://asu.github.io/asu-unity-stack/@asu/unity-bootstrap-theme/index.html) +