@@ -556,7 +556,7 @@ table { border-collapse: collapse; border-spacing: 0; }
556
556
.tsd-is-static .tsd-kind-event .tsd-parent-kind-interface > .tsd-kind-icon : before { background-position : -204px -187px ; }
557
557
.tsd-is-static .tsd-kind-event .tsd-parent-kind-interface .tsd-is-inherited > .tsd-kind-icon : before { background-position : -221px -187px ; }
558
558
559
- .no-transition { -webkit-transition : none !important ; transition : none !important ; }
559
+ .no-transition { transition : none !important ; }
560
560
561
561
@-webkit-keyframes fade-in { from { opacity : 0 ; }
562
562
to { opacity : 1 ; } }
@@ -713,7 +713,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
713
713
.tsd-member .tsd-anchor + h3 { margin-top : 0 ; margin-bottom : 0 ; border-bottom : none; }
714
714
715
715
.tsd-navigation { padding : 0 0 0 40px ; }
716
- .tsd-navigation a { display : block; padding-top : 2px ; padding-bottom : 2px ; border-left : 2px solid transparent; color : # 222 ; text-decoration : none; -webkit-transition : border-left-color 0.1 s ; transition : border-left-color 0.1s ; }
716
+ .tsd-navigation a { display : block; padding-top : 2px ; padding-bottom : 2px ; border-left : 2px solid transparent; color : # 222 ; text-decoration : none; transition : border-left-color 0.1s ; }
717
717
.tsd-navigation a : hover { text-decoration : underline; }
718
718
.tsd-navigation ul { margin : 0 ; padding : 0 ; list-style : none; }
719
719
.tsd-navigation li { padding : 0 ; }
@@ -732,7 +732,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
732
732
.tsd-navigation .primary li .label span { display : block; padding : 20px 0 6px 5px ; color : # 808080 ; }
733
733
.tsd-navigation .primary li .globals + li > span , .tsd-navigation .primary li .globals + li > a { padding-top : 20px ; }
734
734
735
- .tsd-navigation .secondary ul { -webkit-transition : opacity 0.2 s ; transition : opacity 0.2s ; }
735
+ .tsd-navigation .secondary ul { transition : opacity 0.2s ; }
736
736
.tsd-navigation .secondary ul li a { padding-left : 25px ; }
737
737
.tsd-navigation .secondary ul li li a { padding-left : 45px ; }
738
738
.tsd-navigation .secondary ul li li li a { padding-left : 65px ; }
@@ -765,12 +765,12 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
765
765
.tsd-panel-group { margin : 60px 0 ; }
766
766
.tsd-panel-group > h1 , .tsd-panel-group > h2 , .tsd-panel-group > h3 { padding-left : 20px ; padding-right : 20px ; }
767
767
768
- # tsd-search { -webkit-transition : background-color 0.2 s ; transition : background-color 0.2s ; }
768
+ # tsd-search { transition : background-color 0.2s ; }
769
769
# tsd-search .title { position : relative; z-index : 2 ; }
770
770
# tsd-search .field { position : absolute; left : 0 ; top : 0 ; right : 40px ; height : 40px ; }
771
771
# tsd-search .field input { box-sizing : border-box; position : relative; top : -50px ; z-index : 1 ; width : 100% ; padding : 0 10px ; opacity : 0 ; outline : 0 ; border : 0 ; background : transparent; color : # 222 ; }
772
772
# tsd-search .field label { position : absolute; overflow : hidden; right : -40px ; }
773
- # tsd-search .field input , # tsd-search .title { -webkit-transition : opacity 0.2 s ; transition : opacity 0.2s ; }
773
+ # tsd-search .field input , # tsd-search .title { transition : opacity 0.2s ; }
774
774
# tsd-search .results { position : absolute; visibility : hidden; top : 40px ; width : 100% ; margin : 0 ; padding : 0 ; list-style : none; box-shadow : 0 0 4px rgba (0 , 0 , 0 , 0.25 ); }
775
775
# tsd-search .results li { padding : 0 10px ; background-color : # fdfdfd ; }
776
776
# tsd-search .results li : nth-child (even) { background-color : # fff ; }
@@ -798,7 +798,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
798
798
.tsd-signature-type { font-style : italic; font-weight : normal; }
799
799
800
800
.tsd-signatures { padding : 0 ; margin : 0 0 1em 0 ; border : 1px solid # eee ; }
801
- .tsd-signatures .tsd-signature { margin : 0 ; border-width : 1px 0 0 0 ; -webkit-transition : background-color 0.1 s ; transition : background-color 0.1s ; }
801
+ .tsd-signatures .tsd-signature { margin : 0 ; border-width : 1px 0 0 0 ; transition : background-color 0.1s ; }
802
802
.tsd-signatures .tsd-signature : first-child { border-top-width : 0 ; }
803
803
.tsd-signatures .tsd-signature .current { background-color : # eee ; }
804
804
.tsd-signatures .active > .tsd-signature { cursor : pointer; }
@@ -807,7 +807,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
807
807
.tsd-panel > .tsd-signatures .tsd-signature .tsd-kind-icon : before { left : 20px ; }
808
808
.tsd-panel > a .anchor + .tsd-signatures { border-top-width : 0 ; margin-top : -20px ; }
809
809
810
- ul .tsd-descriptions { position : relative; overflow : hidden; -webkit-transition : height 0.3 s ; transition : height 0.3s ; padding : 0 ; list-style : none; }
810
+ ul .tsd-descriptions { position : relative; overflow : hidden; transition : height 0.3s ; padding : 0 ; list-style : none; }
811
811
ul .tsd-descriptions .active > .tsd-description { display : none; }
812
812
ul .tsd-descriptions .active > .tsd-description .current { display : block; }
813
813
ul .tsd-descriptions .active > .tsd-description .fade-in { -webkit-animation : fade-in-delayed 0.3s ; animation : fade-in-delayed 0.3s ; }
@@ -835,7 +835,7 @@ ul.tsd-parameters .tsd-comment, ul.tsd-type-parameters .tsd-comment { margin-top
835
835
.tsd-widget : before , .tsd-select .tsd-select-label : before , .tsd-select .tsd-select-list li : before { content : "" ; display : inline-block; width : 40px ; height : 40px ; margin : 0 -8px 0 0 ; background-image : url(../ images/widgets.png); background-repeat : no-repeat; text-indent : -1024px ; vertical-align : bottom; }
836
836
@media (-webkit-min-device-pixel-ratio : 1.5 ), (min-device-pixel-ratio : 1.5 ), (min-resolution : 144dpi ) { .tsd-widget : before , .tsd-select .tsd-select-label : before , .tsd-select .tsd-select-list li : before { background-image : url (../ images/ widgets@2 x.png); background-size : 320px 40px ; } }
837
837
838
- .tsd-widget { display : inline-block; overflow : hidden; opacity : 0.6 ; height : 40px ; -webkit-transition : opacity 0.1 s , background-color 0.2 s ; transition : opacity 0.1s , background-color 0.2s ; vertical-align : bottom; cursor : pointer; }
838
+ .tsd-widget { display : inline-block; overflow : hidden; opacity : 0.6 ; height : 40px ; transition : opacity 0.1s , background-color 0.2s ; vertical-align : bottom; cursor : pointer; }
839
839
.tsd-widget : hover { opacity : 0.8 ; }
840
840
.tsd-widget .active { opacity : 1 ; background-color : # eee ; }
841
841
.tsd-widget .no-caption { width : 40px ; }
@@ -848,12 +848,12 @@ ul.tsd-parameters .tsd-comment, ul.tsd-type-parameters .tsd-comment { margin-top
848
848
input [type = checkbox ] + .tsd-widget : before { background-position : -120px 0 ; }
849
849
input [type = checkbox ]: checked + .tsd-widget : before { background-position : -160px 0 ; }
850
850
851
- .tsd-select { position : relative; display : inline-block; height : 40px ; -webkit-transition : opacity 0.1 s , background-color 0.2 s ; transition : opacity 0.1s , background-color 0.2s ; vertical-align : bottom; cursor : pointer; }
852
- .tsd-select .tsd-select-label { opacity : 0.6 ; -webkit-transition : opacity 0.2 s ; transition : opacity 0.2s ; }
851
+ .tsd-select { position : relative; display : inline-block; height : 40px ; transition : opacity 0.1s , background-color 0.2s ; vertical-align : bottom; cursor : pointer; }
852
+ .tsd-select .tsd-select-label { opacity : 0.6 ; transition : opacity 0.2s ; }
853
853
.tsd-select .tsd-select-label : before { background-position : -240px 0 ; }
854
854
.tsd-select .active .tsd-select-label { opacity : 0.8 ; }
855
- .tsd-select .active .tsd-select-list { visibility : visible; opacity : 1 ; -webkit-transition-delay : 0 s ; transition-delay : 0s ; }
856
- .tsd-select .tsd-select-list { position : absolute; visibility : hidden; top : 40px ; left : 0 ; margin : 0 ; padding : 0 ; opacity : 0 ; list-style : none; box-shadow : 0 0 4px rgba (0 , 0 , 0 , 0.25 ); -webkit-transition : visibility 0 s 0.2 s , opacity 0.2 s ; transition : visibility 0s 0.2s , opacity 0.2s ; }
855
+ .tsd-select .active .tsd-select-list { visibility : visible; opacity : 1 ; transition-delay : 0s ; }
856
+ .tsd-select .tsd-select-list { position : absolute; visibility : hidden; top : 40px ; left : 0 ; margin : 0 ; padding : 0 ; opacity : 0 ; list-style : none; box-shadow : 0 0 4px rgba (0 , 0 , 0 , 0.25 ); transition : visibility 0s 0.2s , opacity 0.2s ; }
857
857
.tsd-select .tsd-select-list li { padding : 0 20px 0 0 ; background-color : # fdfdfd ; }
858
858
.tsd-select .tsd-select-list li : before { background-position : 40px 0 ; }
859
859
.tsd-select .tsd-select-list li : nth-child (even) { background-color : # fff ; }
0 commit comments