From 15e6181ea79db4a26239f8550cc4b6f06beb719a Mon Sep 17 00:00:00 2001 From: Stephen Morrissey Date: Fri, 26 Aug 2016 15:18:10 -0700 Subject: [PATCH] #239886: removed is-selected style for large pivots as it was wrong and unecessary. --- src/components/Pivot/Pivot.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Pivot/Pivot.scss b/src/components/Pivot/Pivot.scss index 71165a09a949ea..a0b407e8b55d79 100644 --- a/src/components/Pivot/Pivot.scss +++ b/src/components/Pivot/Pivot.scss @@ -130,10 +130,6 @@ .ms-Pivot-link { font-size: $ms-font-size-l; - &.is-selected { - font-weight: $ms-font-weight-semilight; - } - .ms-Pivot-count { @include margin-left(4px); }