This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styles): Add style overrides to fabric default styles
- Loading branch information
Andrew Brassington
committed
May 25, 2018
1 parent
c2556d7
commit 0973bb2
Showing
2 changed files
with
18 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. */ | ||
@import 'src/css/variables/colors.css'; | ||
|
||
.y-userpicker-suggestions__container .ms-TooltipHost { | ||
color: $textColor; | ||
} | ||
|
||
.y-userpicker-suggestions__container .ms-PickerItem-removeButton__color-primary { | ||
color: $textColor; | ||
} |
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