Skip to content

Commit 9629f6f

Browse files
committed
fix(component-news): removed margin from focus and added to a tag into card-title
UDS-1975
1 parent de0e708 commit 9629f6f

File tree

1 file changed

+3
-2
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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,6 +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;
129-
display: inline-block;
130-
margin: 4px;
131+
z-index: 1;
131132
}

0 commit comments

Comments
 (0)