@@ -37,11 +37,6 @@ body.docs-body {
37
37
position : fixed !important ;
38
38
39
39
transform : scale (0 );
40
-
41
- /* Manually prefix because the docs won't be prefixed. See #9785 */
42
- -webkit-transition : transform 0.2s ;
43
- -moz-transition : transform 0.2s ;
44
- -o-transition : transform 0.2s ;
45
40
transition : transform 0.2s ;
46
41
}
47
42
@@ -70,7 +65,7 @@ body.docs-body {
70
65
}
71
66
72
67
.training_info {
73
- opacity : 0.4 ;
68
+ opacity : 0.4 ;
74
69
text-transform : none;
75
70
}
76
71
/***************
@@ -79,10 +74,6 @@ body.docs-body {
79
74
a {
80
75
text-decoration : none;
81
76
font-weight : 400 ;
82
- -webkit-transition : border-bottom 0.35s ;
83
- -moz-transition : border-bottom 0.35s ;
84
- -ms-transition : border-bottom 0.35s ;
85
- -o-transition : border-bottom 0.35s ;
86
77
transition : border-bottom 0.35s ;
87
78
}
88
79
h1 , h2 , h3 , h4 , h5 , h6 {
@@ -184,8 +175,6 @@ ul.skip-links li a {
184
175
text-decoration : none;
185
176
top : 0 ;
186
177
width : 92% ;
187
- -webkit-transition : opacity 0.15s linear;
188
- -moz-transition : opacity 0.15s linear;
189
178
transition : opacity 0.15s linear;
190
179
}
191
180
ul .skip-links li a : focus {
@@ -362,19 +351,10 @@ body[dir=rtl] .menu-heading {
362
351
text-align : right;
363
352
}
364
353
365
-
366
- .docs-menu li .parentActive ,
367
- .docs-menu li .parentActive .menu-toggle-list {
368
- /*background-color: #2C80D2 !important;*/
369
- }
370
354
.menu-toggle-list {
371
355
overflow : hidden;
372
356
position : relative;
373
357
z-index : 1 ;
374
- -webkit-transition : 0.75s cubic-bezier (0.35 , 0 , 0.25 , 1 );
375
- -webkit-transition-property : height;
376
- -moz-transition : 0.75s cubic-bezier (0.35 , 0 , 0.25 , 1 );
377
- -moz-transition-property : height;
378
358
transition : 0.75s cubic-bezier (0.35 , 0 , 0.25 , 1 );
379
359
transition-property : height;
380
360
}
@@ -398,13 +378,10 @@ body[dir=rtl] .menu-heading {
398
378
speak : none;
399
379
vertical-align : middle;
400
380
transform : rotate (180deg );
401
- -webkit-transform : rotate (180deg );
402
381
transition : transform 0.3s ease-in-out;
403
- -webkit-transition : -webkit-transform 0.3s ease-in-out;
404
382
}
405
383
.md-button-toggle .md-toggle-icon .toggled {
406
384
transform : rotate (0deg );
407
- -webkit-transform : rotate (0deg );
408
385
}
409
386
410
387
/* End Docs Menu */
@@ -500,14 +477,12 @@ docs-demo {
500
477
.demo-container {
501
478
border-radius : 4px ;
502
479
margin-bottom : 16px ;
503
- -webkit-transition : 0.02s padding cubic-bezier (0.35 , 0 , 0.25 , 1 );
504
480
transition : 0.02s padding cubic-bezier (0.35 , 0 , 0.25 , 1 );
505
481
position : relative;
506
482
padding-bottom : 0 ;
507
483
}
508
484
.demo-source-tabs {
509
485
z-index : 1 ;
510
- -webkit-transition : all 0.45s cubic-bezier (0.35 , 0 , 0.25 , 1 );
511
486
transition : all 0.45s cubic-bezier (0.35 , 0 , 0.25 , 1 );
512
487
height : 448px ;
513
488
background : # fff ;
@@ -542,12 +517,6 @@ md-tabs.demo-source-tabs .active md-tab-label {
542
517
}
543
518
.demo-content {
544
519
position : relative;
545
- overflow : hidden;
546
- display : -webkit-box;
547
- display : -webkit-flex;
548
- display : -moz-box;
549
- display : -moz-flex;
550
- display : -ms-flexbox;
551
520
display : flex;
552
521
}
553
522
.small-demo .demo-source-tabs : not (.ng-hide ) {
@@ -558,19 +527,9 @@ md-tabs.demo-source-tabs .active md-tab-label {
558
527
}
559
528
560
529
.doc-content > * {
561
- -webkit-box-flex : 1 1 auto;
562
- -webkit-flex : 1 1 auto;
563
- -moz-box-flex : 1 1 auto;
564
- -moz-flex : 1 1 auto;
565
- -ms-flex : 1 1 auto;
566
530
flex : 1 1 auto;
567
531
}
568
532
.demo-content > * {
569
- -webkit-box-flex : 1 1 0% ;
570
- -webkit-flex : 1 1 0% ;
571
- -moz-box-flex : 1 1 0% ;
572
- -moz-flex : 1 1 0% ;
573
- -ms-flex : 1 1 0% ;
574
533
flex : 1 1 0% ;
575
534
}
576
535
@@ -613,8 +572,6 @@ md-toolbar.demo-toolbar .md-button.active, md-toolbar.demo-toolbar .md-button.ac
613
572
}
614
573
615
574
md-toolbar .demo-toolbar .md-button {
616
- -webkit-transition : all 0.3s linear;
617
- -moz-transition : all 0.3s linear;
618
575
transition : all 0.3s linear;
619
576
color : # 616161 ;
620
577
}
@@ -669,7 +626,6 @@ ul.buckets li a {
669
626
font-weight : 500 ;
670
627
padding : 16px 0 ;
671
628
text-decoration : none;
672
- -webkit-transition : all 0.45s cubic-bezier (0.35 , 0 , 0.25 , 1 );
673
629
background-color : # f6f6f6 !important ;
674
630
box-shadow : none !important ;
675
631
margin-right : 0 ;
@@ -719,9 +675,6 @@ header.api-profile-header > h2 {
719
675
margin-right : 8px ;
720
676
text-align : center;
721
677
margin-top : 14px ;
722
- -webkit-align-self : flex-start;
723
- -moz-align-self : flex-start;
724
- -ms-flex-item-align : start;
725
678
align-self : flex-start;
726
679
}
727
680
.api-params-title {
@@ -739,8 +692,6 @@ ul.methods .method-function-syntax {
739
692
font-weight : normal;
740
693
font-size : 2.0rem ;
741
694
margin : 0 ;
742
- -webkit-margin-before : 0 ;
743
- -webkit-margin-after : 0 ;
744
695
}
745
696
746
697
h3 .method-function-syntax {
@@ -910,11 +861,7 @@ docs-demo .doc-demo-content {
910
861
}
911
862
912
863
.no-transition {
913
- -webkit-transition : none !important ;
914
- -moz-transition : none !important ;
915
- -ms-transition : none !important ;
916
- -o-transition : none !important ;
917
- transition : none !important ;
864
+ transition : none !important ;
918
865
}
919
866
920
867
table .attributes , table .md-api-table {
0 commit comments