-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(People Picker) Deterministic Suggestions Resolution (#51)
* fixes issue with suggestions not resolving correctly fixes other minor typos and consistency issues * fix casing on peoplepicker file
- Loading branch information
1 parent
387fe36
commit 503fd0f
Showing
13 changed files
with
163 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* Error Condition Overrides*/ | ||
.PowerCATPeoplepicker .error-condition .ms-BasePicker-text, | ||
.PowerCATPeoplepicker .error-condition .ms-BasePicker-text:hover, | ||
.PowerCATPeoplepicker .error-condition .ms-BasePicker-text::after { | ||
.PowerCATPeoplePicker .error-condition .ms-BasePicker-text, | ||
.PowerCATPeoplePicker .error-condition .ms-BasePicker-text:hover, | ||
.PowerCATPeoplePicker .error-condition .ms-BasePicker-text::after { | ||
border-color: #BA3D22 !important; | ||
} | ||
|
Oops, something went wrong.