office-ui-fabric-rails 3.0.0.0.beta1 → 3.0.0.0.beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8dbc115da867ae4f5443481e512767dfc4dcaeed
4
- data.tar.gz: 4ff2f2b09ea5725acbd9dacdc79594769992ffbf
3
+ metadata.gz: 6f36afaf5970894e884096dfc77256c8d643051e
4
+ data.tar.gz: 019a310f1c4852ac3fa92298816db1befdf1af63
5
5
  SHA512:
6
- metadata.gz: c474dab5e3e11a7083282be3246f843b7ce5dee7d073999d7a7f9ee1400392cb8cfc4132609c4016045899197a8cd01159e10555ef3ffa96f739e423382615a3
7
- data.tar.gz: 033179c2efb115e1056eb7791b0b7d7a3e672525ec4de35d66d5eef21ec0bf12803567e7b830b20fe678e9e417c6bd9dbee3ae43a322feb87496c44db22cf993
6
+ metadata.gz: 5b247c95cb2dffd7b4da9c258477766a2d32559f31c70f03f897d4c6ebfa737ef6b85ba111d3372222efc19204cbcf9a9beec39c18876c1697604b3941b97f7c
7
+ data.tar.gz: 08632391677eebd10042018161f7f23509876883737e903ef1a8ca1cb9443a564da21296a6683015f230af88ee086a6f3de356c7847bc0ea50533595ac2ae609
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "office-ui-fabric-rails",
3
- "version": "3.0.0.0.beta",
3
+ "version": "3.0.0.0.beta2",
4
4
  "dependencies": {
5
- "office-ui-fabric": "3.0.0-beta"
5
+ "office-ui-fabric": "3.0.0-beta2"
6
6
  }
7
- }
7
+ }
@@ -1,6 +1,6 @@
1
1
  module OfficeUiFabric
2
2
  module Rails
3
- FABRIC_VERSION = "3.0.0.beta"
4
- VERSION = "3.0.0.0.beta1"
3
+ FABRIC_VERSION = "3.0.0.beta2"
4
+ VERSION = "3.0.0.0.beta2"
5
5
  end
6
- end
6
+ end
@@ -8,6 +8,7 @@
8
8
  */
9
9
  .ms-Breadcrumb {
10
10
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
11
+ -webkit-font-smoothing: antialiased;
11
12
  margin: 23px 0 1px;
12
13
  }
13
14
 
@@ -71,7 +72,7 @@
71
72
  z-index: 105;
72
73
  }
73
74
 
74
- .ms-Breadcrumb-overflowMenu:before {
75
+ .ms-Breadcrumb-overflowMenu::before {
75
76
  position: absolute;
76
77
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
77
78
  top: -6px;
@@ -172,14 +173,14 @@
172
173
  margin: 0;
173
174
  padding: 0;
174
175
  box-shadow: none;
175
- color: #333333;
176
176
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
177
+ -webkit-font-smoothing: antialiased;
178
+ color: #333333;
177
179
  font-size: 14px;
178
180
  font-weight: 400;
179
181
  background-color: #f4f4f4;
180
182
  border: 1px solid #f4f4f4;
181
183
  cursor: pointer;
182
- display: inline-block;
183
184
  height: 32px;
184
185
  min-width: 80px;
185
186
  padding: 4px 20px 6px;
@@ -293,37 +294,36 @@
293
294
  }
294
295
 
295
296
  .ms-Button.ms-Button--hero {
297
+ -ms-flex-align: center;
298
+ align-items: center;
296
299
  background-color: transparent;
297
300
  border: 0;
298
- vertical-align: top;
299
- line-height: normal;
301
+ display: -ms-flexbox;
302
+ display: flex;
303
+ padding: 0;
300
304
  }
301
305
 
302
306
  .ms-Button.ms-Button--hero .ms-Button-icon {
303
307
  color: #0078d7;
304
- display: inline-block;
305
- font-size: 12px;
306
- position: relative;
307
- top: -8px;
308
+ display: block;
309
+ margin-right: 4px;
308
310
  text-align: center;
309
311
  }
310
312
 
311
313
  .ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon {
312
314
  border-radius: 18px;
313
315
  border: 1px solid #0078d7;
316
+ font-size: 12px;
314
317
  height: 18px;
315
318
  line-height: 18px;
316
319
  width: 18px;
317
- font-size: 12px;
318
- margin: 0;
319
320
  }
320
321
 
321
322
  .ms-Button.ms-Button--hero .ms-Button-label {
322
323
  color: #0078d7;
323
- font-weight: 100;
324
324
  font-size: 21px;
325
+ font-weight: 100;
325
326
  position: relative;
326
- top: -5px;
327
327
  text-decoration: none;
328
328
  }
329
329
 
@@ -434,8 +434,9 @@
434
434
  }
435
435
 
436
436
  .ms-Callout {
437
- width: 288px;
438
437
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
438
+ -webkit-font-smoothing: antialiased;
439
+ width: 288px;
439
440
  }
440
441
 
441
442
  .ms-Callout.is-hidden {
@@ -567,12 +568,13 @@
567
568
  }
568
569
 
569
570
  .ms-CheckBox {
571
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
572
+ -webkit-font-smoothing: antialiased;
570
573
  box-sizing: border-box;
571
574
  margin: 0;
572
575
  padding: 0;
573
576
  box-shadow: none;
574
577
  color: #333333;
575
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
576
578
  font-size: 14px;
577
579
  font-weight: 400;
578
580
  min-height: 36px;
@@ -589,12 +591,12 @@
589
591
  cursor: default;
590
592
  }
591
593
 
592
- .ms-CheckBox .ms-Choice-field.is-disabled:before {
594
+ .ms-CheckBox .ms-Choice-field.is-disabled::before {
593
595
  background-color: #c8c8c8;
594
596
  color: #c8c8c8;
595
597
  }
596
598
 
597
- .ms-CheckBox .ms-Choice-field.is-disabled:after {
599
+ .ms-CheckBox .ms-Choice-field.is-disabled::after {
598
600
  border-color: #eaeaea;
599
601
  }
600
602
 
@@ -602,7 +604,7 @@
602
604
  color: #a6a6a6;
603
605
  }
604
606
 
605
- .ms-CheckBox .ms-CheckBox-field.in-focus:after {
607
+ .ms-CheckBox .ms-CheckBox-field.in-focus::after {
606
608
  border-color: #767676;
607
609
  }
608
610
 
@@ -613,7 +615,7 @@
613
615
  position: relative;
614
616
  }
615
617
 
616
- .ms-CheckBox .ms-Choice-field:after {
618
+ .ms-CheckBox .ms-Choice-field::after {
617
619
  content: '';
618
620
  display: inline-block;
619
621
  border: 1px #c8c8c8 solid;
@@ -627,7 +629,7 @@
627
629
  position: absolute;
628
630
  }
629
631
 
630
- .ms-CheckBox .ms-Choice-field:hover:after {
632
+ .ms-CheckBox .ms-Choice-field:hover::after {
631
633
  border-color: #767676;
632
634
  }
633
635
 
@@ -635,12 +637,12 @@
635
637
  color: #000000;
636
638
  }
637
639
 
638
- .ms-CheckBox .ms-Choice-field.ms-Choice-type--checkbox:after {
640
+ .ms-CheckBox .ms-Choice-field.ms-Choice-type--checkbox::after {
639
641
  border-radius: 0;
640
642
  }
641
643
 
642
- .ms-CheckBox .ms-Choice-field.ms-Choice-type--checkbox.is-checked:hover:before,
643
- .ms-CheckBox .ms-Choice-field.ms-Choice-type--checkbox.is-checked:before {
644
+ .ms-CheckBox .ms-Choice-field.ms-Choice-type--checkbox.is-checked:hover::before,
645
+ .ms-CheckBox .ms-Choice-field.ms-Choice-type--checkbox.is-checked::before {
644
646
  -moz-osx-font-smoothing: grayscale;
645
647
  -webkit-font-smoothing: antialiased;
646
648
  display: inline-block;
@@ -657,7 +659,7 @@
657
659
  left: 3px;
658
660
  }
659
661
 
660
- .ms-CheckBox .ms-Choice-field.is-checked:before {
662
+ .ms-CheckBox .ms-Choice-field.is-checked::before {
661
663
  background-color: #666666;
662
664
  border-color: #666666;
663
665
  color: #666666;
@@ -674,18 +676,19 @@
674
676
  box-sizing: border-box;
675
677
  }
676
678
 
677
- .ms-CheckBox .ms-Choice-field.is-checked:hover:before {
679
+ .ms-CheckBox .ms-Choice-field.is-checked:hover::before {
678
680
  background-color: #212121;
679
681
  color: #212121;
680
682
  }
681
683
 
682
684
  .ms-RadioButton {
685
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
686
+ -webkit-font-smoothing: antialiased;
683
687
  box-sizing: border-box;
684
688
  margin: 0;
685
689
  padding: 0;
686
690
  box-shadow: none;
687
691
  color: #333333;
688
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
689
692
  font-size: 14px;
690
693
  font-weight: 400;
691
694
  min-height: 36px;
@@ -702,12 +705,12 @@
702
705
  cursor: default;
703
706
  }
704
707
 
705
- .ms-RadioButton .ms-Choice-type--radio.is-disabled:before {
708
+ .ms-RadioButton .ms-Choice-type--radio.is-disabled::before {
706
709
  background-color: #c8c8c8;
707
710
  color: #c8c8c8;
708
711
  }
709
712
 
710
- .ms-RadioButton .ms-Choice-type--radio.is-disabled:after {
713
+ .ms-RadioButton .ms-Choice-type--radio.is-disabled::after {
711
714
  border-color: #eaeaea;
712
715
  }
713
716
 
@@ -715,7 +718,7 @@
715
718
  color: #a6a6a6;
716
719
  }
717
720
 
718
- .ms-RadioButton .ms-Choice-type--radio.in-focus:after {
721
+ .ms-RadioButton .ms-Choice-type--radio.in-focus::after {
719
722
  border-color: #767676;
720
723
  }
721
724
 
@@ -726,7 +729,7 @@
726
729
  position: relative;
727
730
  }
728
731
 
729
- .ms-RadioButton .ms-Choice-type--radio:after {
732
+ .ms-RadioButton .ms-Choice-type--radio::after {
730
733
  content: '';
731
734
  display: inline-block;
732
735
  border: 1px #c8c8c8 solid;
@@ -740,7 +743,7 @@
740
743
  position: absolute;
741
744
  }
742
745
 
743
- .ms-RadioButton .ms-Choice-type--radio:hover:after {
746
+ .ms-RadioButton .ms-Choice-type--radio:hover::after {
744
747
  border-color: #767676;
745
748
  }
746
749
 
@@ -748,7 +751,7 @@
748
751
  color: #000000;
749
752
  }
750
753
 
751
- .ms-RadioButton .ms-Choice-type--radio.is-checked:before {
754
+ .ms-RadioButton .ms-Choice-type--radio.is-checked::before {
752
755
  background-color: #666666;
753
756
  border-color: #666666;
754
757
  color: #666666;
@@ -765,14 +768,15 @@
765
768
  box-sizing: border-box;
766
769
  }
767
770
 
768
- .ms-RadioButton .ms-Choice-type--radio.is-checked:hover:before {
771
+ .ms-RadioButton .ms-Choice-type--radio.is-checked:hover::before {
769
772
  background-color: #212121;
770
773
  color: #212121;
771
774
  }
772
775
 
773
776
  .ms-ChoiceFieldGroup {
774
- margin-bottom: 4px;
775
777
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
778
+ -webkit-font-smoothing: antialiased;
779
+ margin-bottom: 4px;
776
780
  }
777
781
 
778
782
  .ms-ChoiceFieldGroup .ms-ChoiceFieldGroup-list {
@@ -781,13 +785,14 @@
781
785
  }
782
786
 
783
787
  .ms-CommandBar {
788
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
789
+ -webkit-font-smoothing: antialiased;
784
790
  background-color: #eff6fc;
785
791
  height: 40px;
786
792
  white-space: nowrap;
787
793
  padding-left: 0;
788
794
  border: 0;
789
795
  position: relative;
790
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
791
796
  }
792
797
 
793
798
  .ms-CommandBar:focus {
@@ -875,9 +880,10 @@
875
880
  }
876
881
 
877
882
  .ms-CommandButton {
883
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
884
+ -webkit-font-smoothing: antialiased;
878
885
  display: inline-block;
879
886
  position: relative;
880
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
881
887
  }
882
888
 
883
889
  .ms-CommandButton.is-hidden {
@@ -915,7 +921,6 @@
915
921
  padding: 0;
916
922
  box-shadow: none;
917
923
  color: #333333;
918
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
919
924
  font-size: 14px;
920
925
  font-weight: 400;
921
926
  cursor: pointer;
@@ -984,7 +989,6 @@
984
989
  }
985
990
 
986
991
  .ms-CommandButton-label {
987
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
988
992
  font-size: 14px;
989
993
  font-weight: 400;
990
994
  color: #333333;
@@ -1002,7 +1006,6 @@
1002
1006
  display: inline-block;
1003
1007
  position: relative;
1004
1008
  color: #333333;
1005
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1006
1009
  font-size: 17px;
1007
1010
  font-weight: 300;
1008
1011
  min-width: 17px;
@@ -1031,7 +1034,6 @@
1031
1034
 
1032
1035
  .ms-CommandButton-splitIcon {
1033
1036
  color: #333333;
1034
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1035
1037
  font-size: 17px;
1036
1038
  font-weight: 300;
1037
1039
  margin-left: -4px;
@@ -1076,7 +1078,7 @@
1076
1078
  padding-right: 0;
1077
1079
  }
1078
1080
 
1079
- .ms-CommandButton.ms-CommandButton--pivot.is-active:before {
1081
+ .ms-CommandButton.ms-CommandButton--pivot.is-active::before {
1080
1082
  content: '';
1081
1083
  height: 2px;
1082
1084
  position: absolute;
@@ -1104,12 +1106,13 @@
1104
1106
  }
1105
1107
 
1106
1108
  .ms-ContextualMenu {
1109
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1110
+ -webkit-font-smoothing: antialiased;
1107
1111
  box-sizing: border-box;
1108
1112
  margin: 0;
1109
1113
  padding: 0;
1110
1114
  box-shadow: none;
1111
1115
  color: #333333;
1112
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1113
1116
  font-size: 14px;
1114
1117
  font-weight: 400;
1115
1118
  display: block;
@@ -1231,7 +1234,7 @@
1231
1234
  background-color: #ffffff;
1232
1235
  }
1233
1236
 
1234
- .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:after {
1237
+ .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected::after {
1235
1238
  -moz-osx-font-smoothing: grayscale;
1236
1239
  -webkit-font-smoothing: antialiased;
1237
1240
  display: inline-block;
@@ -1269,12 +1272,13 @@
1269
1272
  }
1270
1273
 
1271
1274
  .ms-DatePicker {
1275
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1276
+ -webkit-font-smoothing: antialiased;
1272
1277
  box-sizing: border-box;
1273
1278
  margin: 0;
1274
1279
  padding: 0;
1275
1280
  box-shadow: none;
1276
1281
  margin-bottom: 17px;
1277
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1278
1282
  z-index: 300;
1279
1283
  }
1280
1284
 
@@ -1404,7 +1408,7 @@
1404
1408
  background-color: #c7e0f4;
1405
1409
  }
1406
1410
 
1407
- .ms-DatePicker-day--disabled:before {
1411
+ .ms-DatePicker-day--disabled::before {
1408
1412
  border-top-color: #a6a6a6;
1409
1413
  }
1410
1414
 
@@ -1716,10 +1720,11 @@
1716
1720
  }
1717
1721
 
1718
1722
  .ms-Dialog {
1723
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1724
+ -webkit-font-smoothing: antialiased;
1719
1725
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
1720
1726
  background-color: #ffffff;
1721
1727
  display: none;
1722
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1723
1728
  height: auto;
1724
1729
  min-width: 220px;
1725
1730
  max-width: 340px;
@@ -1811,12 +1816,13 @@
1811
1816
  }
1812
1817
 
1813
1818
  .ms-Dropdown {
1819
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1820
+ -webkit-font-smoothing: antialiased;
1814
1821
  box-sizing: border-box;
1815
1822
  margin: 0;
1816
1823
  padding: 0;
1817
1824
  box-shadow: none;
1818
1825
  color: #333333;
1819
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
1820
1826
  font-size: 14px;
1821
1827
  font-weight: 400;
1822
1828
  margin-bottom: 10px;
@@ -1900,7 +1906,7 @@
1900
1906
  padding: 0 16px;
1901
1907
  }
1902
1908
 
1903
- .ms-Panel .ms-Dropdown-items:before {
1909
+ .ms-Panel .ms-Dropdown-items::before {
1904
1910
  content: none;
1905
1911
  border: 0;
1906
1912
  }
@@ -1956,7 +1962,7 @@
1956
1962
  max-width: 100%;
1957
1963
  }
1958
1964
 
1959
- .ms-Dropdown-items:before {
1965
+ .ms-Dropdown-items::before {
1960
1966
  content: '';
1961
1967
  position: absolute;
1962
1968
  z-index: -1;
@@ -2082,10 +2088,11 @@
2082
2088
  }
2083
2089
 
2084
2090
  .ms-FacePile {
2091
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2092
+ -webkit-font-smoothing: antialiased;
2085
2093
  position: relative;
2086
2094
  height: 32px;
2087
2095
  width: auto;
2088
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2089
2096
  }
2090
2097
 
2091
2098
  .ms-FacePile .ms-FacePile-personaCardHost {
@@ -2177,12 +2184,13 @@
2177
2184
  }
2178
2185
 
2179
2186
  .ms-Label {
2187
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2188
+ -webkit-font-smoothing: antialiased;
2180
2189
  box-sizing: border-box;
2181
2190
  margin: 0;
2182
2191
  padding: 0;
2183
2192
  box-shadow: none;
2184
2193
  color: #333333;
2185
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2186
2194
  font-size: 12px;
2187
2195
  font-weight: 400;
2188
2196
  box-sizing: border-box;
@@ -2190,7 +2198,7 @@
2190
2198
  padding: 5px 0;
2191
2199
  }
2192
2200
 
2193
- .ms-Label.is-required:after {
2201
+ .ms-Label.is-required::after {
2194
2202
  content: ' *';
2195
2203
  color: #a80000;
2196
2204
  }
@@ -2201,6 +2209,7 @@
2201
2209
 
2202
2210
  .ms-Link {
2203
2211
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2212
+ -webkit-font-smoothing: antialiased;
2204
2213
  font-size: 14px;
2205
2214
  font-weight: 400;
2206
2215
  color: #0078d7;
@@ -2231,25 +2240,27 @@
2231
2240
  }
2232
2241
 
2233
2242
  .ms-List {
2243
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2244
+ -webkit-font-smoothing: antialiased;
2234
2245
  box-sizing: border-box;
2235
2246
  margin: 0;
2236
2247
  padding: 0;
2237
2248
  box-shadow: none;
2238
2249
  color: #333333;
2239
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2240
2250
  font-size: 14px;
2241
2251
  font-weight: 400;
2242
2252
  list-style-type: none;
2243
2253
  }
2244
2254
 
2245
2255
  .ms-ListItem {
2256
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2257
+ -webkit-font-smoothing: antialiased;
2246
2258
  box-sizing: border-box;
2247
2259
  margin: 0;
2248
2260
  padding: 0;
2249
2261
  box-shadow: none;
2250
2262
  *zoom: 1;
2251
2263
  color: #333333;
2252
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2253
2264
  font-size: 14px;
2254
2265
  font-weight: 400;
2255
2266
  padding: 9px 28px 3px;
@@ -2369,7 +2380,7 @@
2369
2380
  font-weight: 600;
2370
2381
  }
2371
2382
 
2372
- .ms-ListItem.is-unseen:after {
2383
+ .ms-ListItem.is-unseen::after {
2373
2384
  border-right: 10px solid transparent;
2374
2385
  border-top: 10px solid #0078d7;
2375
2386
  left: 0;
@@ -2396,7 +2407,7 @@
2396
2407
  outline: 1px solid transparent;
2397
2408
  }
2398
2409
 
2399
- .ms-ListItem.is-selectable:hover:before {
2410
+ .ms-ListItem.is-selectable:hover::before {
2400
2411
  -moz-osx-font-smoothing: grayscale;
2401
2412
  -webkit-font-smoothing: antialiased;
2402
2413
  display: inline-block;
@@ -2413,12 +2424,12 @@
2413
2424
  border: 1px solid #767676;
2414
2425
  }
2415
2426
 
2416
- .ms-ListItem.is-selected:before {
2427
+ .ms-ListItem.is-selected::before {
2417
2428
  border: 1px solid transparent;
2418
2429
  }
2419
2430
 
2420
- .ms-ListItem.is-selected:before,
2421
- .ms-ListItem.is-selected:hover:before {
2431
+ .ms-ListItem.is-selected::before,
2432
+ .ms-ListItem.is-selected:hover::before {
2422
2433
  -moz-osx-font-smoothing: grayscale;
2423
2434
  -webkit-font-smoothing: antialiased;
2424
2435
  display: inline-block;
@@ -2480,8 +2491,9 @@
2480
2491
  }
2481
2492
 
2482
2493
  .ms-MessageBanner {
2483
- color: #333333;
2484
2494
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2495
+ -webkit-font-smoothing: antialiased;
2496
+ color: #333333;
2485
2497
  font-size: 12px;
2486
2498
  font-weight: 400;
2487
2499
  position: relative;
@@ -2609,12 +2621,13 @@
2609
2621
  }
2610
2622
 
2611
2623
  .ms-ContextualHost {
2624
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2625
+ -webkit-font-smoothing: antialiased;
2612
2626
  z-index: 10;
2613
2627
  margin: 16px auto;
2614
2628
  position: relative;
2615
2629
  min-width: 10px;
2616
2630
  display: none;
2617
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2618
2631
  background-color: #ffffff;
2619
2632
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
2620
2633
  }
@@ -2715,6 +2728,8 @@
2715
2728
  }
2716
2729
 
2717
2730
  .ms-MessageBar {
2731
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2732
+ -webkit-font-smoothing: antialiased;
2718
2733
  padding: 8px;
2719
2734
  display: table;
2720
2735
  background-color: #f4f4f4;
@@ -2733,8 +2748,9 @@
2733
2748
  }
2734
2749
 
2735
2750
  .ms-MessageBar-text {
2736
- color: #333333;
2737
2751
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2752
+ -webkit-font-smoothing: antialiased;
2753
+ color: #333333;
2738
2754
  font-size: 12px;
2739
2755
  font-weight: 400;
2740
2756
  }
@@ -2785,23 +2801,24 @@
2785
2801
  top: 3px;
2786
2802
  }
2787
2803
 
2788
- .ms-MessageBar.ms-MessageBar--success .ms-Icon:before {
2804
+ .ms-MessageBar.ms-MessageBar--success .ms-Icon::before {
2789
2805
  margin-left: 1px;
2790
2806
  }
2791
2807
 
2792
- .ms-MessageBar.ms-MessageBar--success .ms-Icon:after {
2808
+ .ms-MessageBar.ms-MessageBar--success .ms-Icon::after {
2793
2809
  font-size: 8px;
2794
2810
  margin-left: 3px;
2795
2811
  top: 1px;
2796
2812
  }
2797
2813
 
2798
2814
  .ms-OrgChart {
2815
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2816
+ -webkit-font-smoothing: antialiased;
2799
2817
  box-sizing: border-box;
2800
2818
  margin: 0;
2801
2819
  padding: 0;
2802
2820
  box-shadow: none;
2803
2821
  color: #333333;
2804
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2805
2822
  font-size: 14px;
2806
2823
  font-weight: 400;
2807
2824
  }
@@ -2839,6 +2856,8 @@
2839
2856
  }
2840
2857
 
2841
2858
  .ms-Overlay {
2859
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2860
+ -webkit-font-smoothing: antialiased;
2842
2861
  background-color: rgba(255, 255, 255, 0.4);
2843
2862
  position: absolute;
2844
2863
  bottom: 0;
@@ -2846,7 +2865,6 @@
2846
2865
  right: 0;
2847
2866
  top: 0;
2848
2867
  z-index: 0;
2849
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2850
2868
  display: none;
2851
2869
  }
2852
2870
 
@@ -2859,6 +2877,8 @@
2859
2877
  }
2860
2878
 
2861
2879
  .ms-Panel {
2880
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2881
+ -webkit-font-smoothing: antialiased;
2862
2882
  background-color: #ffffff;
2863
2883
  width: 100%;
2864
2884
  max-width: 272px;
@@ -2868,7 +2888,6 @@
2868
2888
  bottom: 0;
2869
2889
  right: 0;
2870
2890
  z-index: 10;
2871
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
2872
2891
  display: none;
2873
2892
  }
2874
2893
 
@@ -2912,20 +2931,13 @@
2912
2931
  max-width: 1192px;
2913
2932
  }
2914
2933
 
2915
- .ms-PanelHost.ms-PanelHost--left {
2916
- right: auto;
2917
- left: 0;
2918
- border-left: 1px solid #eaeaea;
2919
- border-right: 1px solid #eaeaea;
2934
+ .ms-Panel--left {
2920
2935
  box-shadow: -30px 0 30px 30px rgba(0, 0, 0, 0.2);
2936
+ left: 0;
2937
+ right: auto;
2921
2938
  }
2922
2939
 
2923
- .ms-PanelHost.ms-PanelHost--left .ms-Panel-commands,
2924
- .ms-PanelHost.ms-PanelHost--left .ms-Panel-contentInner {
2925
- display: none;
2926
- }
2927
-
2928
- .ms-PanelHost.ms-PanelHost--left.ms-Panel-animateIn .ms-Panel-main {
2940
+ .ms-Panel--left.animate-in {
2929
2941
  animation-name: fadeIn, slideRightIn40;
2930
2942
  -webkit-animation-duration: 0.367s;
2931
2943
  -moz-animation-duration: 0.367s;
@@ -2935,17 +2947,7 @@
2935
2947
  animation-fill-mode: both;
2936
2948
  }
2937
2949
 
2938
- .ms-PanelHost.ms-PanelHost--left.ms-Panel-animateIn .ms-Overlay {
2939
- -webkit-animation-duration: 0.367s;
2940
- -webkit-animation-name: fadeIn;
2941
- -webkit-animation-fill-mode: both;
2942
- animation-duration: 0.367s;
2943
- animation-name: fadeIn;
2944
- animation-fill-mode: both;
2945
- animation-duration: 0.267s;
2946
- }
2947
-
2948
- .ms-PanelHost.ms-PanelHost--left.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
2950
+ .ms-Panel--left.animate-out {
2949
2951
  animation-name: fadeOut, slideLeftOut40;
2950
2952
  -webkit-animation-duration: 0.167s;
2951
2953
  -moz-animation-duration: 0.167s;
@@ -2955,16 +2957,6 @@
2955
2957
  animation-fill-mode: both;
2956
2958
  }
2957
2959
 
2958
- .ms-PanelHost.ms-PanelHost--left.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
2959
- -webkit-animation-duration: 0.367s;
2960
- -webkit-animation-name: fadeOut;
2961
- -webkit-animation-fill-mode: both;
2962
- animation-duration: 0.367s;
2963
- animation-name: fadeOut;
2964
- animation-fill-mode: both;
2965
- animation-duration: 0.167s;
2966
- }
2967
-
2968
2960
  .ms-Panel-closeButton {
2969
2961
  background: none;
2970
2962
  border: 0;
@@ -3020,106 +3012,77 @@
3020
3012
  }
3021
3013
  }
3022
3014
 
3023
- @media (min-width: 480px) {
3024
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBar {
3025
- display: block;
3026
- }
3027
- }
3028
-
3029
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem {
3030
- -webkit-user-select: none;
3031
- -moz-user-select: none;
3032
- -ms-user-select: none;
3033
- user-select: none;
3034
- }
3035
-
3036
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:hover {
3037
- background-color: #d7eaf9;
3038
- }
3039
-
3040
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:active {
3041
- background-color: #b5d8f4;
3042
- }
3043
-
3044
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:active .ms-CommandBarItem-icon {
3045
- color: #07288b;
3046
- }
3047
-
3048
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:active .ms-CommandBarItem-commandText {
3049
- color: #000000;
3050
- }
3051
-
3052
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child {
3053
- background-color: #0078d7;
3054
- box-shadow: inset 0 1px 0 0 #2488d8;
3055
- }
3056
-
3057
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child .ms-CommandBarItem-icon {
3058
- color: #ffffff;
3059
- }
3060
-
3061
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child .ms-CommandBarItem-commandText {
3062
- color: #ffffff;
3015
+ .ms-PanelHost {
3016
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
3017
+ -webkit-font-smoothing: antialiased;
3018
+ bottom: 0;
3019
+ left: 0;
3020
+ position: absolute;
3021
+ right: 0;
3022
+ top: 0;
3023
+ z-index: 10;
3063
3024
  }
3064
3025
 
3065
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child .ms-CommandBarItem-linkWrapper {
3066
- padding-left: 12px;
3067
- padding-right: 12px;
3026
+ .ms-PanelHost .ms-Overlay {
3068
3027
  cursor: pointer;
3069
3028
  }
3070
3029
 
3071
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child:hover {
3072
- background-color: #005a9e;
3030
+ .ms-PeoplePicker {
3031
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
3032
+ -webkit-font-smoothing: antialiased;
3033
+ box-sizing: border-box;
3034
+ margin: 0;
3035
+ padding: 0;
3073
3036
  box-shadow: none;
3037
+ color: #333333;
3038
+ font-size: 14px;
3039
+ background-color: #ffffff;
3040
+ margin-bottom: 10px;
3074
3041
  }
3075
3042
 
3076
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child:hover .ms-CommandBarItem-icon {
3077
- color: #ffffff;
3043
+ .ms-PeoplePicker-searchBox {
3044
+ border-bottom: 1px solid #c8c8c8;
3045
+ cursor: text;
3078
3046
  }
3079
3047
 
3080
- .ms-Panel.ms-Panel--animatedCommands .ms-CommandBarItem:first-child:hover .ms-CommandBarItem-commandText {
3081
- color: #ffffff;
3048
+ .ms-PeoplePicker-searchBox:hover {
3049
+ border-color: #767676;
3082
3050
  }
3083
3051
 
3084
- .ms-Panel.ms-Panel--animatedCommands.is-open .ms-CommandBar {
3085
- animation-name: fadeIn, slideDownIn20;
3086
- -webkit-animation-duration: 0.367s;
3087
- -moz-animation-duration: 0.367s;
3088
- -ms-animation-duration: 0.367s;
3089
- -o-animation-duration: 0.367s;
3090
- animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
3091
- animation-fill-mode: both;
3092
- animation-delay: 250ms;
3052
+ .ms-PeoplePicker-searchBox.is-active,
3053
+ .ms-PeoplePicker-searchBox:focus {
3054
+ border-color: #0078d7;
3093
3055
  }
3094
3056
 
3095
- @media (min-width: 480px) {
3096
- .ms-Panel.ms-Panel--animatedCommands.is-open .ms-CommandBar {
3097
- animation-delay: 500ms;
3057
+ @media screen and (-ms-high-contrast: active) {
3058
+ .ms-PeoplePicker-searchBox:hover,
3059
+ .ms-PeoplePicker-searchBox:focus {
3060
+ border-color: #1aebff;
3098
3061
  }
3099
3062
  }
3100
3063
 
3101
- .ms-PeoplePicker {
3102
- box-sizing: border-box;
3103
- margin: 0;
3104
- padding: 0;
3105
- box-shadow: none;
3106
- color: #333333;
3107
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
3108
- font-size: 14px;
3109
- background-color: #ffffff;
3110
- margin-bottom: 10px;
3064
+ @media screen and (-ms-high-contrast: black-on-white) {
3065
+ .ms-PeoplePicker-searchBox:hover,
3066
+ .ms-PeoplePicker-searchBox:focus {
3067
+ border-color: #37006e;
3068
+ }
3111
3069
  }
3112
3070
 
3113
- .ms-PeoplePicker-searchBox {
3114
- border-bottom: 2px solid #0078d7;
3071
+ .ms-PeoplePicker-searchBox::-webkit-input-placeholder,
3072
+ .ms-PeoplePicker-searchBox::-moz-placeholder,
3073
+ .ms-PeoplePicker-searchBox:-moz-placeholder,
3074
+ .ms-PeoplePicker-searchBox:-ms-input-placeholder {
3075
+ color: #666666;
3115
3076
  }
3116
3077
 
3117
- .ms-PeoplePicker-searchBox .ms-TextField {
3078
+ .ms-PeoplePicker-searchBox .ms-TextField.ms-TextField--textFieldUnderlined {
3118
3079
  border: 0;
3119
3080
  margin-bottom: 0;
3081
+ display: inline-block;
3082
+ width: auto;
3120
3083
  }
3121
3084
 
3122
- .ms-PeoplePicker-searchBox .ms-TextField .ms-TextField-field {
3085
+ .ms-PeoplePicker-searchBox .ms-TextField.ms-TextField--textFieldUnderlined .ms-TextField-field {
3123
3086
  min-height: 40px;
3124
3087
  border: 0;
3125
3088
  }
@@ -3128,6 +3091,10 @@
3128
3091
  border-color: #0078d7;
3129
3092
  }
3130
3093
 
3094
+ .ms-PeoplePicker-persona {
3095
+ cursor: pointer;
3096
+ }
3097
+
3131
3098
  .ms-PeoplePicker-persona.has-error .ms-Persona-primaryText {
3132
3099
  color: #a80000;
3133
3100
  }
@@ -3205,15 +3172,16 @@
3205
3172
  margin-bottom: 8px;
3206
3173
  padding-left: 16px;
3207
3174
  cursor: pointer;
3175
+ outline: 0;
3208
3176
  }
3209
3177
 
3210
- .ms-PeoplePicker-result:hover {
3178
+ .ms-PeoplePicker-result:hover,
3179
+ .ms-PeoplePicker-result:focus {
3211
3180
  background-color: #eaeaea;
3212
3181
  }
3213
3182
 
3214
- .ms-PeoplePicker-result .ms-PeoplePicker-resultAction:hover {
3215
- background-color: #c8c8c8;
3216
- outline: 1px solid transparent;
3183
+ .ms-PeoplePicker-result:focus {
3184
+ box-shadow: 0 0 0 1px #0078d7 inset;
3217
3185
  }
3218
3186
 
3219
3187
  .ms-PeoplePicker-result.is-selected {
@@ -3224,6 +3192,10 @@
3224
3192
  background-color: #71afe5;
3225
3193
  }
3226
3194
 
3195
+ .ms-PeoplePicker-result.is-selected .ms-PeoplePicker-resultAction:active {
3196
+ background-color: #71afe5;
3197
+ }
3198
+
3227
3199
  .ms-PeoplePicker-resultBtn,
3228
3200
  .ms-PeoplePicker-peopleListBtn {
3229
3201
  background: none;
@@ -3282,7 +3254,7 @@
3282
3254
  position: absolute;
3283
3255
  right: 0;
3284
3256
  top: 0;
3285
- width: 30px;
3257
+ width: 40px;
3286
3258
  text-align: center;
3287
3259
  }
3288
3260
 
@@ -3291,8 +3263,13 @@
3291
3263
  font-size: 15px;
3292
3264
  }
3293
3265
 
3266
+ .ms-PeoplePicker-resultAction:hover {
3267
+ background-color: #c8c8c8;
3268
+ outline: 1px solid transparent;
3269
+ }
3270
+
3294
3271
  .ms-PeoplePicker-resultAction:active {
3295
- background-color: #71afe5;
3272
+ background-color: #a6a6a6;
3296
3273
  }
3297
3274
 
3298
3275
  .ms-PeoplePicker-resultAdditionalContent {
@@ -3397,6 +3374,8 @@
3397
3374
 
3398
3375
  .ms-PeoplePicker-searchMorePrimary {
3399
3376
  padding-top: 2px;
3377
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
3378
+ font-size: 14px;
3400
3379
  font-weight: 400;
3401
3380
  }
3402
3381
 
@@ -3424,215 +3403,203 @@
3424
3403
  top: 12px;
3425
3404
  }
3426
3405
 
3427
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-resultGroups {
3428
- max-height: 209px;
3429
- }
3430
-
3431
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-resultAction {
3406
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-resultAction {
3432
3407
  height: 32px;
3408
+ width: 32px;
3433
3409
  }
3434
3410
 
3435
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-resultAction .ms-Icon {
3436
- margin-top: -8px;
3411
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-resultGroups {
3412
+ max-height: 209px;
3437
3413
  }
3438
3414
 
3439
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMore {
3415
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMore {
3440
3416
  height: 49px;
3441
3417
  }
3442
3418
 
3443
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMore .ms-Spinner {
3419
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMore .ms-Spinner {
3444
3420
  width: 28px;
3445
3421
  height: 28px;
3446
3422
  top: 12px;
3447
3423
  left: 12px;
3448
3424
  }
3449
3425
 
3450
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMore.is-searching .ms-PeoplePicker-searchMoreIcon {
3426
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMoreBtn {
3427
+ height: 100%;
3428
+ }
3429
+
3430
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMore.is-searching .ms-PeoplePicker-searchMoreIcon {
3451
3431
  background-size: 16px;
3452
3432
  }
3453
3433
 
3454
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMoreIcon {
3434
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMoreIcon {
3455
3435
  height: 50px;
3456
3436
  width: 50px;
3457
3437
  }
3458
3438
 
3459
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMoreIcon .ms-Icon {
3439
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMoreIcon .ms-Icon {
3460
3440
  font-size: 17px;
3461
3441
  top: 0;
3462
3442
  margin-top: 0;
3463
3443
  line-height: 50px;
3464
3444
  }
3465
3445
 
3466
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMorePrimary {
3446
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMorePrimary {
3467
3447
  font-size: 12px;
3468
3448
  line-height: 45px;
3469
3449
  }
3470
3450
 
3471
- .ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMoreSecondary {
3451
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-searchMoreSecondary {
3472
3452
  display: none;
3473
3453
  }
3474
3454
 
3475
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchBox,
3476
- .ms-PeoplePicker.ms-PeoplePicker--membersList .ms-PeoplePicker-searchBox {
3477
- height: 30px;
3478
- min-height: 30px;
3455
+ .ms-PeoplePicker.ms-PeoplePicker--facePile.is-searching .ms-PeoplePicker-results {
3456
+ border-bottom: 0;
3457
+ padding: 20px 0 0;
3479
3458
  }
3480
3459
 
3481
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchField,
3482
- .ms-PeoplePicker.ms-PeoplePicker--membersList .ms-PeoplePicker-searchField {
3483
- height: 28px;
3460
+ .ms-PeoplePicker.ms-PeoplePicker--facePile.is-searching .ms-PeoplePicker-peopleListHeader {
3461
+ display: none;
3484
3462
  }
3485
3463
 
3486
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-Persona,
3487
- .ms-PeoplePicker.ms-PeoplePicker--membersList .ms-Persona {
3488
- cursor: pointer;
3464
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PersonaCard {
3465
+ display: none;
3466
+ position: absolute;
3467
+ height: 200px;
3489
3468
  }
3490
3469
 
3491
- .ms-PeoplePicker-selected {
3492
- margin-bottom: 20px;
3470
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PersonaCard.is-active {
3471
+ display: block;
3472
+ }
3473
+
3474
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-Persona.ms-Persona--selectable {
3475
+ padding: 0;
3476
+ }
3477
+
3478
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMore {
3493
3479
  display: none;
3494
3480
  }
3495
3481
 
3496
- .ms-PeoplePicker-selected.is-active {
3482
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMore.is-active {
3497
3483
  display: block;
3498
3484
  }
3499
3485
 
3500
- .ms-PeoplePicker.ms-PeoplePicker--FacePile.is-searching .ms-PeoplePicker-results {
3501
- border-bottom: 0;
3502
- padding: 20px 0 0;
3486
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMore,
3487
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMoreBtn,
3488
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMoreIcon {
3489
+ height: 48px;
3503
3490
  }
3504
3491
 
3505
- .ms-PeoplePicker.ms-PeoplePicker--FacePile.is-searching .ms-PeoplePicker-peopleListHeader {
3506
- display: none;
3492
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMoreBtn {
3493
+ padding-left: 48px;
3507
3494
  }
3508
3495
 
3509
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results {
3496
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMoreIcon {
3497
+ width: 48px;
3498
+ }
3499
+
3500
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMorePrimary {
3501
+ font-size: 12px;
3502
+ line-height: 48px;
3503
+ }
3504
+
3505
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PeoplePicker-searchMoreIcon .ms-Icon {
3506
+ top: 0;
3507
+ line-height: 48px;
3508
+ }
3509
+
3510
+ .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-Spinner {
3511
+ top: 16px;
3512
+ left: 14px;
3513
+ height: 20px;
3514
+ width: 20px;
3515
+ }
3516
+
3517
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile {
3510
3518
  position: relative;
3511
3519
  border: 0;
3512
3520
  box-shadow: none;
3513
3521
  margin: 0;
3514
3522
  max-width: 100%;
3515
- padding: 0;
3516
- padding-bottom: 10px;
3517
3523
  border-bottom: 1px solid #eaeaea;
3518
3524
  }
3519
3525
 
3520
3526
  @media (max-width: 479px) {
3521
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-imageArea,
3522
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-image,
3523
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-imageArea,
3524
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-image {
3527
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-imageArea,
3528
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-image,
3529
+ .ms-PeoplePicker-selectedPeople .ms-Persona-imageArea,
3530
+ .ms-PeoplePicker-selectedPeople .ms-Persona-image {
3525
3531
  width: 32px;
3526
3532
  height: 32px;
3527
3533
  }
3528
3534
 
3529
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-placeholder,
3530
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-placeholder {
3535
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-placeholder,
3536
+ .ms-PeoplePicker-selectedPeople .ms-Persona-placeholder {
3531
3537
  font-size: 28px;
3532
3538
  top: 6px;
3533
3539
  }
3534
3540
 
3535
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-initials,
3536
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-initials {
3541
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-initials,
3542
+ .ms-PeoplePicker-selectedPeople .ms-Persona-initials {
3537
3543
  font-size: 12px;
3538
3544
  line-height: 32px;
3539
3545
  }
3540
3546
 
3541
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-presence,
3542
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-presence {
3547
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-presence,
3548
+ .ms-PeoplePicker-selectedPeople .ms-Persona-presence {
3543
3549
  left: 19px;
3544
3550
  }
3545
3551
 
3546
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-details,
3547
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-details {
3552
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-details,
3553
+ .ms-PeoplePicker-selectedPeople .ms-Persona-details {
3548
3554
  padding-left: 8px;
3549
3555
  }
3550
3556
 
3551
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-primaryText,
3552
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-primaryText {
3557
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-primaryText,
3558
+ .ms-PeoplePicker-selectedPeople .ms-Persona-primaryText {
3553
3559
  font-size: 14px;
3554
3560
  padding-top: 3px;
3555
3561
  }
3556
3562
 
3557
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona-secondaryText,
3558
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona-secondaryText {
3563
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-secondaryText,
3564
+ .ms-PeoplePicker-selectedPeople .ms-Persona-secondaryText {
3559
3565
  display: none;
3560
3566
  }
3561
3567
  }
3562
3568
 
3563
3569
  @media (min-width: 480px) {
3564
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-results .ms-Persona .ms-Persona-secondaryText,
3565
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-selectedPeople .ms-Persona .ms-Persona-secondaryText {
3570
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona .ms-Persona-secondaryText,
3571
+ .ms-PeoplePicker-selectedPeople .ms-Persona .ms-Persona-secondaryText {
3566
3572
  display: block;
3567
3573
  }
3568
3574
  }
3569
3575
 
3570
3576
  @media (min-width: 480px) {
3571
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-resultBtn,
3572
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-peopleListBtn {
3573
- height: 42px;
3577
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-resultBtn,
3578
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-peopleListBtn,
3579
+ .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-resultBtn,
3580
+ .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-peopleListBtn {
3581
+ height: 40px;
3574
3582
  }
3575
3583
  }
3576
3584
 
3577
3585
  @media (min-width: 480px) {
3578
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-resultAction {
3579
- height: 42px;
3586
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-resultAction,
3587
+ .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-resultAction {
3588
+ height: 40px;
3580
3589
  }
3581
3590
  }
3582
3591
 
3583
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PersonaCard {
3584
- display: none;
3585
- position: absolute;
3586
- height: 200px;
3587
- }
3588
-
3589
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PersonaCard.is-active {
3590
- display: block;
3591
- }
3592
-
3593
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-Persona.ms-Persona--selectable {
3594
- padding: 0;
3595
- }
3596
-
3597
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMore {
3592
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-selected,
3593
+ .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-selected {
3594
+ margin-bottom: 20px;
3598
3595
  display: none;
3599
3596
  }
3600
3597
 
3601
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMore.is-active {
3598
+ .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-selected.is-active,
3599
+ .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-selected.is-active {
3602
3600
  display: block;
3603
3601
  }
3604
3602
 
3605
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMore,
3606
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMoreBtn,
3607
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMoreIcon {
3608
- height: 48px;
3609
- }
3610
-
3611
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMoreBtn {
3612
- padding-left: 48px;
3613
- }
3614
-
3615
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMoreIcon {
3616
- width: 48px;
3617
- }
3618
-
3619
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMorePrimary {
3620
- font-size: 12px;
3621
- line-height: 48px;
3622
- }
3623
-
3624
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-PeoplePicker-searchMoreIcon .ms-Icon {
3625
- top: 0;
3626
- line-height: 48px;
3627
- }
3628
-
3629
- .ms-PeoplePicker.ms-PeoplePicker--FacePile .ms-Spinner {
3630
- top: 16px;
3631
- left: 14px;
3632
- height: 20px;
3633
- width: 20px;
3634
- }
3635
-
3636
3603
  .ms-PeoplePicker-selectedHeader,
3637
3604
  .ms-PeoplePicker-peopleListHeader {
3638
3605
  color: #0078d7;
@@ -3662,12 +3629,13 @@
3662
3629
  }
3663
3630
 
3664
3631
  .ms-Persona {
3632
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
3633
+ -webkit-font-smoothing: antialiased;
3665
3634
  box-sizing: border-box;
3666
3635
  margin: 0;
3667
3636
  padding: 0;
3668
3637
  box-shadow: none;
3669
3638
  color: #333333;
3670
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
3671
3639
  font-size: 14px;
3672
3640
  font-weight: 400;
3673
3641
  line-height: 1;
@@ -4145,7 +4113,7 @@
4145
4113
  background-color: #ffffff;
4146
4114
  }
4147
4115
 
4148
- .ms-Persona.ms-Persona--blocked .ms-Persona-presence:before {
4116
+ .ms-Persona.ms-Persona--blocked .ms-Persona-presence::before {
4149
4117
  content: '';
4150
4118
  width: 100%;
4151
4119
  height: 100%;
@@ -4156,7 +4124,7 @@
4156
4124
  border-radius: 50%;
4157
4125
  }
4158
4126
 
4159
- .ms-Persona.ms-Persona--blocked .ms-Persona-presence:after {
4127
+ .ms-Persona.ms-Persona--blocked .ms-Persona-presence::after {
4160
4128
  content: '';
4161
4129
  width: 100%;
4162
4130
  height: 2px;
@@ -4168,11 +4136,11 @@
4168
4136
  left: 0;
4169
4137
  }
4170
4138
 
4171
- .ms-Persona.ms-Persona--blocked.ms-Persona--lg .ms-Persona-presence:after {
4139
+ .ms-Persona.ms-Persona--blocked.ms-Persona--lg .ms-Persona-presence::after {
4172
4140
  top: 9px;
4173
4141
  }
4174
4142
 
4175
- .ms-Persona.ms-Persona--blocked.ms-Persona--xl .ms-Persona-presence:after {
4143
+ .ms-Persona.ms-Persona--blocked.ms-Persona--xl .ms-Persona-presence::after {
4176
4144
  top: 13px;
4177
4145
  }
4178
4146
 
@@ -4220,7 +4188,7 @@
4220
4188
  width: auto;
4221
4189
  background-color: #f4f4f4;
4222
4190
  border-radius: 20px;
4223
- margin-bottom: 4px;
4191
+ margin: 4px;
4224
4192
  }
4225
4193
 
4226
4194
  .ms-Persona.ms-Persona--token:hover {
@@ -4256,7 +4224,7 @@
4256
4224
 
4257
4225
  .ms-Persona.ms-Persona--token .ms-Persona-primaryText {
4258
4226
  padding-top: 0;
4259
- line-height: 30px;
4227
+ line-height: 34px;
4260
4228
  }
4261
4229
 
4262
4230
  .ms-Persona.ms-Persona--token .ms-Persona-initials {
@@ -4264,6 +4232,8 @@
4264
4232
  }
4265
4233
 
4266
4234
  .ms-PersonaCard {
4235
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4236
+ -webkit-font-smoothing: antialiased;
4267
4237
  animation-name: fadeIn, slideUpIn10;
4268
4238
  -webkit-animation-duration: 0.167s;
4269
4239
  -moz-animation-duration: 0.167s;
@@ -4272,7 +4242,6 @@
4272
4242
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
4273
4243
  animation-fill-mode: both;
4274
4244
  color: #333333;
4275
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4276
4245
  font-size: 14px;
4277
4246
  font-weight: 400;
4278
4247
  bottom: 0;
@@ -4291,14 +4260,23 @@
4291
4260
 
4292
4261
  .ms-PersonaCard-actions {
4293
4262
  box-sizing: border-box;
4263
+ position: relative;
4294
4264
  list-style: none;
4295
4265
  margin: 0;
4296
4266
  padding: 0 10px;
4297
- border-bottom: 1px solid #c8c8c8;
4298
4267
  background-color: #ffffff;
4299
4268
  height: 48px;
4300
4269
  }
4301
4270
 
4271
+ .ms-PersonaCard-actions:before {
4272
+ content: '';
4273
+ position: absolute;
4274
+ top: 47px;
4275
+ left: 0;
4276
+ width: 100%;
4277
+ border-top: 1px solid #c8c8c8;
4278
+ }
4279
+
4302
4280
  .ms-PersonaCard-action,
4303
4281
  .ms-PersonaCard-overflow {
4304
4282
  display: inline-block;
@@ -4323,8 +4301,8 @@
4323
4301
  color: #0078d7;
4324
4302
  }
4325
4303
 
4326
- .ms-PersonaCard-action:before,
4327
- .ms-PersonaCard-overflow:before {
4304
+ .ms-PersonaCard-action::before,
4305
+ .ms-PersonaCard-overflow::before {
4328
4306
  content: '';
4329
4307
  position: absolute;
4330
4308
  width: 100%;
@@ -4340,8 +4318,8 @@
4340
4318
  color: #0078d7;
4341
4319
  }
4342
4320
 
4343
- .ms-PersonaCard-action.is-active:after,
4344
- .ms-PersonaCard-overflow.is-active:after {
4321
+ .ms-PersonaCard-action.is-active::after,
4322
+ .ms-PersonaCard-overflow.is-active::after {
4345
4323
  box-sizing: border-box;
4346
4324
  -ms-transform: rotate(45deg);
4347
4325
  transform: rotate(45deg);
@@ -4371,7 +4349,7 @@
4371
4349
  .ms-PersonaCard-orgChart {
4372
4350
  position: absolute;
4373
4351
  right: 12px;
4374
- top: 0;
4352
+ top: -95px;
4375
4353
  }
4376
4354
 
4377
4355
  .ms-PersonaCard-actionDetailBox {
@@ -4401,7 +4379,7 @@
4401
4379
  overflow: hidden;
4402
4380
  }
4403
4381
 
4404
- .ms-PersonaCard-details.is-collapsed .ms-PersonaCard-detailExpander:after {
4382
+ .ms-PersonaCard-details.is-collapsed .ms-PersonaCard-detailExpander::after {
4405
4383
  content: '\e088';
4406
4384
  }
4407
4385
 
@@ -4422,7 +4400,7 @@
4422
4400
  width: 30px;
4423
4401
  }
4424
4402
 
4425
- .ms-PersonaCard-detailExpander:after {
4403
+ .ms-PersonaCard-detailExpander::after {
4426
4404
  -moz-osx-font-smoothing: grayscale;
4427
4405
  -webkit-font-smoothing: antialiased;
4428
4406
  display: inline-block;
@@ -4443,7 +4421,7 @@
4443
4421
  color: #666666;
4444
4422
  }
4445
4423
 
4446
- .ms-PersonaCard-action.ms-PersonaCard-orgChart:after {
4424
+ .ms-PersonaCard-action.ms-PersonaCard-orgChart::after {
4447
4425
  display: none;
4448
4426
  }
4449
4427
 
@@ -4460,45 +4438,71 @@
4460
4438
  }
4461
4439
 
4462
4440
  .ms-Pivot {
4441
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4442
+ -webkit-font-smoothing: antialiased;
4463
4443
  box-sizing: border-box;
4464
4444
  margin: 0;
4465
4445
  padding: 0;
4466
4446
  box-shadow: none;
4467
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4468
4447
  font-size: 14px;
4469
4448
  font-weight: 400;
4470
4449
  }
4471
4450
 
4472
4451
  .ms-Pivot-links {
4473
- color: #333333;
4474
- height: 30px;
4452
+ font-size: 0;
4453
+ height: 40px;
4475
4454
  list-style-type: none;
4476
- white-space: nowrap;
4477
4455
  padding: 0;
4456
+ white-space: nowrap;
4478
4457
  }
4479
4458
 
4480
4459
  .ms-Pivot-link {
4481
4460
  color: #333333;
4482
4461
  display: inline-block;
4483
- font-weight: 300;
4484
- font-size: 15px;
4485
- line-height: 27px;
4486
- margin-right: 15px;
4462
+ font-size: 14px;
4463
+ font-weight: 400;
4464
+ line-height: 40px;
4465
+ margin-right: 8px;
4466
+ padding: 0 8px;
4467
+ text-align: center;
4487
4468
  }
4488
4469
 
4489
- .ms-Pivot-link:hover,
4490
- .ms-Pivot-link:focus {
4491
- color: #000000;
4470
+ .ms-Pivot-link:hover {
4492
4471
  cursor: pointer;
4493
4472
  }
4494
4473
 
4495
- .ms-Pivot-link:active {
4496
- color: #0078d7;
4474
+ .ms-Pivot-link::before {
4475
+ background-color: transparent;
4476
+ bottom: 0;
4477
+ content: '';
4478
+ height: 2px;
4479
+ left: 8px;
4480
+ position: absolute;
4481
+ right: 8px;
4482
+ transition: background-color 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9);
4483
+ }
4484
+
4485
+ .ms-Pivot-link::after {
4486
+ color: transparent;
4487
+ content: attr(title);
4488
+ display: block;
4489
+ font-weight: bold;
4490
+ height: 1px;
4491
+ overflow: hidden;
4492
+ visibility: hidden;
4497
4493
  }
4498
4494
 
4499
4495
  .ms-Pivot-link.is-selected {
4500
- color: #0078d7;
4501
4496
  font-weight: 600;
4497
+ position: relative;
4498
+ }
4499
+
4500
+ .ms-Pivot-link.is-selected::before {
4501
+ background-color: #0078d7;
4502
+ }
4503
+
4504
+ .ms-Pivot-link.is-disabled {
4505
+ color: #a6a6a6;
4502
4506
  }
4503
4507
 
4504
4508
  .ms-Pivot-link.ms-Pivot-link--overflow {
@@ -4526,6 +4530,7 @@
4526
4530
 
4527
4531
  .ms-Pivot-content {
4528
4532
  display: none;
4533
+ margin-top: 20px;
4529
4534
  }
4530
4535
 
4531
4536
  .ms-Pivot.ms-Pivot--large .ms-Pivot-link {
@@ -4536,7 +4541,7 @@
4536
4541
  font-weight: 300;
4537
4542
  }
4538
4543
 
4539
- .ms-Pivot.ms-Pivot--large .ms-Pivot-link.ms-Pivot-link--overflow:after {
4544
+ .ms-Pivot.ms-Pivot--large .ms-Pivot-link.ms-Pivot-link--overflow::after {
4540
4545
  font-size: 17px;
4541
4546
  }
4542
4547
 
@@ -4573,16 +4578,6 @@
4573
4578
  background-color: #0078d7;
4574
4579
  }
4575
4580
 
4576
- @media (min-width: 640px) {
4577
- .ms-Pivot-link {
4578
- font-size: 14px;
4579
- }
4580
-
4581
- .ms-Pivot-link.ms-Pivot-link--overflow:after {
4582
- font-size: 14px;
4583
- }
4584
- }
4585
-
4586
4581
  @media screen and (-ms-high-contrast: active) {
4587
4582
  .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
4588
4583
  font-weight: 600;
@@ -4591,6 +4586,7 @@
4591
4586
 
4592
4587
  .ms-ProgressIndicator {
4593
4588
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4589
+ -webkit-font-smoothing: antialiased;
4594
4590
  font-weight: 400;
4595
4591
  }
4596
4592
 
@@ -4646,12 +4642,13 @@
4646
4642
  }
4647
4643
 
4648
4644
  .ms-SearchBox {
4645
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4646
+ -webkit-font-smoothing: antialiased;
4649
4647
  box-sizing: border-box;
4650
4648
  margin: 0;
4651
4649
  padding: 0;
4652
4650
  box-shadow: none;
4653
4651
  color: #333333;
4654
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4655
4652
  font-size: 14px;
4656
4653
  font-weight: 400;
4657
4654
  position: relative;
@@ -4884,9 +4881,10 @@
4884
4881
  }
4885
4882
 
4886
4883
  .ms-Spinner {
4884
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4885
+ -webkit-font-smoothing: antialiased;
4887
4886
  position: relative;
4888
4887
  height: 20px;
4889
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4890
4888
  }
4891
4889
 
4892
4890
  .ms-Spinner.ms-Spinner--large {
@@ -4918,8 +4916,9 @@
4918
4916
  }
4919
4917
 
4920
4918
  .ms-Spinner-label {
4921
- position: relative;
4922
4919
  font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4920
+ -webkit-font-smoothing: antialiased;
4921
+ position: relative;
4923
4922
  font-size: 12px;
4924
4923
  font-weight: 400;
4925
4924
  color: #0078d7;
@@ -4928,10 +4927,11 @@
4928
4927
  }
4929
4928
 
4930
4929
  .ms-Table {
4930
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4931
+ -webkit-font-smoothing: antialiased;
4931
4932
  display: table;
4932
4933
  width: 100%;
4933
4934
  border-collapse: collapse;
4934
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
4935
4935
  }
4936
4936
 
4937
4937
  .ms-Table--fixed {
@@ -4957,13 +4957,13 @@
4957
4957
  background-color: #0078d7;
4958
4958
  }
4959
4959
 
4960
- .ms-Table tr.is-selected .ms-Table-rowCheck:before,
4961
- .ms-Table-row.is-selected .ms-Table-rowCheck:before {
4960
+ .ms-Table tr.is-selected .ms-Table-rowCheck::before,
4961
+ .ms-Table-row.is-selected .ms-Table-rowCheck::before {
4962
4962
  display: none;
4963
4963
  }
4964
4964
 
4965
- .ms-Table tr.is-selected .ms-Table-rowCheck:after,
4966
- .ms-Table-row.is-selected .ms-Table-rowCheck:after {
4965
+ .ms-Table tr.is-selected .ms-Table-rowCheck::after,
4966
+ .ms-Table-row.is-selected .ms-Table-rowCheck::after {
4967
4967
  -moz-osx-font-smoothing: grayscale;
4968
4968
  -webkit-font-smoothing: antialiased;
4969
4969
  display: inline-block;
@@ -5032,7 +5032,7 @@
5032
5032
  padding: 0;
5033
5033
  }
5034
5034
 
5035
- .ms-Table-rowCheck:before {
5035
+ .ms-Table-rowCheck::before {
5036
5036
  border: 1px solid #a6a6a6;
5037
5037
  content: '';
5038
5038
  display: block;
@@ -5055,18 +5055,19 @@
5055
5055
  background: none;
5056
5056
  }
5057
5057
 
5058
- .ms-Table-row.is-selected .ms-Table-rowCheck:before {
5058
+ .ms-Table-row.is-selected .ms-Table-rowCheck::before {
5059
5059
  display: block;
5060
5060
  }
5061
5061
  }
5062
5062
 
5063
5063
  .ms-Label {
5064
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5065
+ -webkit-font-smoothing: antialiased;
5064
5066
  box-sizing: border-box;
5065
5067
  margin: 0;
5066
5068
  padding: 0;
5067
5069
  box-shadow: none;
5068
5070
  color: #333333;
5069
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5070
5071
  font-size: 12px;
5071
5072
  font-weight: 400;
5072
5073
  box-sizing: border-box;
@@ -5074,7 +5075,7 @@
5074
5075
  padding: 5px 0;
5075
5076
  }
5076
5077
 
5077
- .ms-Label.is-required:after {
5078
+ .ms-Label.is-required::after {
5078
5079
  content: ' *';
5079
5080
  color: #a80000;
5080
5081
  }
@@ -5084,12 +5085,13 @@
5084
5085
  }
5085
5086
 
5086
5087
  .ms-TextField {
5088
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5089
+ -webkit-font-smoothing: antialiased;
5087
5090
  box-sizing: border-box;
5088
5091
  margin: 0;
5089
5092
  padding: 0;
5090
5093
  box-shadow: none;
5091
5094
  color: #333333;
5092
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5093
5095
  font-size: 14px;
5094
5096
  font-weight: 400;
5095
5097
  margin-bottom: 8px;
@@ -5109,15 +5111,15 @@
5109
5111
  color: #a6a6a6;
5110
5112
  }
5111
5113
 
5112
- .ms-TextField.is-required .ms-Label:after {
5114
+ .ms-TextField.is-required .ms-Label::after {
5113
5115
  content: ' *';
5114
5116
  color: #a80000;
5115
5117
  }
5116
5118
 
5117
- .ms-TextField.is-required::-webkit-input-placeholder:after,
5118
- .ms-TextField.is-required::-moz-placeholder:after,
5119
- .ms-TextField.is-required:-moz-placeholder:after,
5120
- .ms-TextField.is-required:-ms-input-placeholder:after {
5119
+ .ms-TextField.is-required::-webkit-input-placeholder::after,
5120
+ .ms-TextField.is-required::-moz-placeholder::after,
5121
+ .ms-TextField.is-required:-moz-placeholder::after,
5122
+ .ms-TextField.is-required:-ms-input-placeholder::after {
5121
5123
  content: ' *';
5122
5124
  color: #a80000;
5123
5125
  }
@@ -5165,6 +5167,13 @@
5165
5167
  }
5166
5168
  }
5167
5169
 
5170
+ .ms-TextField-field[disabled] {
5171
+ background-color: #f4f4f4;
5172
+ border-color: #f4f4f4;
5173
+ pointer-events: none;
5174
+ cursor: default;
5175
+ }
5176
+
5168
5177
  .ms-TextField-field::-webkit-input-placeholder,
5169
5178
  .ms-TextField-field::-moz-placeholder,
5170
5179
  .ms-TextField-field:-moz-placeholder,
@@ -5282,6 +5291,10 @@
5282
5291
  }
5283
5292
 
5284
5293
  .ms-TextField.ms-TextField--multiline .ms-TextField-field {
5294
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5295
+ -webkit-font-smoothing: antialiased;
5296
+ color: #333333;
5297
+ font-size: 12px;
5285
5298
  font-weight: 300;
5286
5299
  line-height: 17px;
5287
5300
  min-height: 60px;
@@ -5334,12 +5347,13 @@
5334
5347
  }
5335
5348
 
5336
5349
  .ms-Label {
5350
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5351
+ -webkit-font-smoothing: antialiased;
5337
5352
  box-sizing: border-box;
5338
5353
  margin: 0;
5339
5354
  padding: 0;
5340
5355
  box-shadow: none;
5341
5356
  color: #333333;
5342
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5343
5357
  font-size: 12px;
5344
5358
  font-weight: 400;
5345
5359
  box-sizing: border-box;
@@ -5347,7 +5361,7 @@
5347
5361
  padding: 5px 0;
5348
5362
  }
5349
5363
 
5350
- .ms-Label.is-required:after {
5364
+ .ms-Label.is-required::after {
5351
5365
  content: ' *';
5352
5366
  color: #a80000;
5353
5367
  }
@@ -5357,12 +5371,13 @@
5357
5371
  }
5358
5372
 
5359
5373
  .ms-Toggle {
5374
+ font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5375
+ -webkit-font-smoothing: antialiased;
5360
5376
  box-sizing: border-box;
5361
5377
  margin: 0;
5362
5378
  padding: 0;
5363
5379
  box-shadow: none;
5364
5380
  color: #333333;
5365
- font-family: 'Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
5366
5381
  font-size: 14px;
5367
5382
  font-weight: 400;
5368
5383
  position: relative;
@@ -5380,7 +5395,7 @@
5380
5395
  background-color: #f4f4f4;
5381
5396
  }
5382
5397
 
5383
- .ms-Toggle .ms-Toggle-field:before {
5398
+ .ms-Toggle .ms-Toggle-field::before {
5384
5399
  position: absolute;
5385
5400
  display: block;
5386
5401
  box-sizing: content-box;
@@ -5394,7 +5409,7 @@
5394
5409
  }
5395
5410
 
5396
5411
  @media screen and (-ms-high-contrast: active) {
5397
- .ms-Toggle .ms-Toggle-field:before {
5412
+ .ms-Toggle .ms-Toggle-field::before {
5398
5413
  border: 2.5px solid #ffffff;
5399
5414
  height: 15px;
5400
5415
  outline: 0;
@@ -5402,12 +5417,12 @@
5402
5417
  }
5403
5418
 
5404
5419
  @media screen and (-ms-high-contrast: black-on-white) {
5405
- .ms-Toggle .ms-Toggle-field:before {
5420
+ .ms-Toggle .ms-Toggle-field::before {
5406
5421
  border-color: #000000;
5407
5422
  }
5408
5423
  }
5409
5424
 
5410
- .ms-Toggle .ms-Toggle-field:before {
5425
+ .ms-Toggle .ms-Toggle-field::before {
5411
5426
  right: auto;
5412
5427
  border-right: 2.5px solid #ffffff;
5413
5428
  }
@@ -5428,7 +5443,7 @@
5428
5443
  background-color: #0078d7;
5429
5444
  }
5430
5445
 
5431
- .ms-Toggle .ms-Toggle-field.is-selected:before {
5446
+ .ms-Toggle .ms-Toggle-field.is-selected::before {
5432
5447
  position: absolute;
5433
5448
  display: block;
5434
5449
  box-sizing: content-box;
@@ -5442,7 +5457,7 @@
5442
5457
  }
5443
5458
 
5444
5459
  @media screen and (-ms-high-contrast: active) {
5445
- .ms-Toggle .ms-Toggle-field.is-selected:before {
5460
+ .ms-Toggle .ms-Toggle-field.is-selected::before {
5446
5461
  border: 2.5px solid #ffffff;
5447
5462
  height: 15px;
5448
5463
  outline: 0;
@@ -5450,12 +5465,12 @@
5450
5465
  }
5451
5466
 
5452
5467
  @media screen and (-ms-high-contrast: black-on-white) {
5453
- .ms-Toggle .ms-Toggle-field.is-selected:before {
5468
+ .ms-Toggle .ms-Toggle-field.is-selected::before {
5454
5469
  border-color: #000000;
5455
5470
  }
5456
5471
  }
5457
5472
 
5458
- .ms-Toggle .ms-Toggle-field.is-selected:before {
5473
+ .ms-Toggle .ms-Toggle-field.is-selected::before {
5459
5474
  left: auto;
5460
5475
  border-left: 2.5px solid #ffffff;
5461
5476
  }
@@ -5518,20 +5533,20 @@
5518
5533
  cursor: default;
5519
5534
  }
5520
5535
 
5521
- .ms-Toggle.is-disabled .ms-Toggle-field:before {
5536
+ .ms-Toggle.is-disabled .ms-Toggle-field::before {
5522
5537
  background-color: #c8c8c8;
5523
5538
  }
5524
5539
 
5525
5540
  @media screen and (-ms-high-contrast: active) {
5526
5541
  .ms-Toggle.is-disabled .ms-Toggle-field,
5527
- .ms-Toggle.is-disabled .ms-Toggle-field:before {
5542
+ .ms-Toggle.is-disabled .ms-Toggle-field::before {
5528
5543
  border-color: #00ff00;
5529
5544
  }
5530
5545
  }
5531
5546
 
5532
5547
  @media screen and (-ms-high-contrast: black-on-white) {
5533
5548
  .ms-Toggle.is-disabled .ms-Toggle-field,
5534
- .ms-Toggle.is-disabled .ms-Toggle-field:before {
5549
+ .ms-Toggle.is-disabled .ms-Toggle-field::before {
5535
5550
  border-color: #600000;
5536
5551
  }
5537
5552
  }