-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pivot: Fix HC styling for pivot tabs to show text when selected (#15166)
* Pivot: Fix HC styling for pivot tabs to show text when selected * Change files * set height to 0 * Update Pivot.scss in react-tabs package * Change files * update snapshots * Update change/@fluentui-react-tabs-2020-09-22-11-36-27-pivot-hc-styling.json Co-authored-by: Xu Gao <xugao0131@hotmail.com> * update Pivot.styles.ts file in react-tabs * update snapshots Co-authored-by: Xu Gao <xugao0131@hotmail.com>
- Loading branch information
Showing
11 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
change/@fluentui-react-tabs-2020-09-22-11-36-27-pivot-hc-styling.json
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,8 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Fix HC styling for pivot tabs to show text when selected", | ||
"packageName": "@fluentui/react-tabs", | ||
"email": "ololubek@microsoft.com", | ||
"dependentChangeType": "patch", | ||
"date": "2020-09-22T18:36:27.092Z" | ||
} |
8 changes: 8 additions & 0 deletions
8
change/office-ui-fabric-react-2020-09-21-18-00-21-pivot-hc-styling.json
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,8 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Pivot: Fix HC styling for pivot tabs to show text when selected", | ||
"packageName": "office-ui-fabric-react", | ||
"email": "ololubek@microsoft.com", | ||
"dependentChangeType": "patch", | ||
"date": "2020-09-22T01:00:21.290Z" | ||
} |
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
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 |
---|---|---|
|
@@ -147,7 +147,7 @@ | |
right: 0; | ||
bottom: 0; | ||
content: ''; | ||
height: auto; | ||
height: 0; | ||
} | ||
|
||
&:hover { | ||
|