Skip to content

Commit adfaa8f

Browse files
Merge pull request #1493 from ASU/UDS-1975
UDS-1975: fix(component-events): added style to fix a:focus
2 parents 57b290a + ffa430d commit adfaa8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# `@asu/unity-bootstrap-theme`
22

33
Please see the [Getting Started page for the Unity Bootstrap Theme](https://asu.github.io/asu-unity-stack/@asu/unity-bootstrap-theme/index.html)
4+

packages/unity-bootstrap-theme/src/scss/extends/_misc.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ label {
6666
.card-title a {
6767
color: $uds-color-base-gray-7;
6868
text-decoration: none;
69+
display: inline-block;
70+
margin: 4px;
6971
}
7072
.card-title a:hover {
7173
text-decoration: underline;
@@ -126,4 +128,5 @@ textarea:focus,
126128
select:focus {
127129
outline: none !important;
128130
box-shadow: 0px 0px 0px 2px $uds-color-base-white, 0px 0px 0px 4px $uds-color-base-gray-7 !important;
131+
z-index: 1;
129132
}

0 commit comments

Comments
 (0)