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) + diff --git a/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss b/packages/unity-bootstrap-theme/src/scss/extends/_misc.scss index bf98f0f4f0..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,4 +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; + z-index: 1; }