We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0e708 commit 9629f6fCopy full SHA for 9629f6f
packages/unity-bootstrap-theme/src/scss/extends/_misc.scss
@@ -66,6 +66,8 @@ label {
66
.card-title a {
67
color: $uds-color-base-gray-7;
68
text-decoration: none;
69
+ display: inline-block;
70
+ margin: 4px;
71
}
72
.card-title a:hover {
73
text-decoration: underline;
@@ -126,6 +128,5 @@ textarea:focus,
126
128
select:focus {
127
129
outline: none !important;
130
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;
131
+ z-index: 1;
132
0 commit comments