Skip to content

Commit 4b6af3a

Browse files
authored
updating highlight search text (#770)
1 parent db8ef93 commit 4b6af3a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/mgt/src/components/mgt-people-picker/mgt-people-picker.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ mgt-people-picker .root {
183183
font-weight: normal;
184184
margin: 0;
185185
padding: 0;
186+
&.highlight-search-text {
187+
font-weight: bold;
188+
}
186189
}
187190
}
188191
}
@@ -225,10 +228,6 @@ mgt-people-picker .message-parent {
225228
vertical-align: middle;
226229
}
227230

228-
:host .highlight-search-text,
229-
mgt-people-picker .highlight-search-text {
230-
font-weight: bold;
231-
}
232231
:host .people-person-job-title,
233232
mgt-people-picker .people-person-job-title {
234233
flex: 100%;

0 commit comments

Comments
 (0)