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 db8ef93 commit 4b6af3aCopy full SHA for 4b6af3a
packages/mgt/src/components/mgt-people-picker/mgt-people-picker.scss
@@ -183,6 +183,9 @@ mgt-people-picker .root {
183
font-weight: normal;
184
margin: 0;
185
padding: 0;
186
+ &.highlight-search-text {
187
+ font-weight: bold;
188
+ }
189
}
190
191
@@ -225,10 +228,6 @@ mgt-people-picker .message-parent {
225
228
vertical-align: middle;
226
229
227
230
-:host .highlight-search-text,
-mgt-people-picker .highlight-search-text {
- font-weight: bold;
231
-}
232
:host .people-person-job-title,
233
mgt-people-picker .people-person-job-title {
234
flex: 100%;
0 commit comments