@@ -36,63 +36,6 @@ nav ul#nav-mobile a {
36
36
font-size : 16px ;
37
37
}
38
38
39
- .input-field .label-icon {
40
- -webkit-transform : none;
41
- transform : none;
42
- left : 2rem ;
43
- }
44
-
45
- nav .input-field label .active i {
46
- color : # 8dbbe9 ;
47
- }
48
-
49
- .nav-wrapper .input-field input [type = 'search' ] {
50
- height : 2em ;
51
- margin-top : 1em ;
52
- margin-left : 1em ;
53
- background-color : # 368fe7 ;
54
- border-radius : 4px ;
55
- color : # 8dbbe9 ;
56
- width : calc (100% - 6rem );
57
- }
58
-
59
- .nav-wrapper .input-field input [type = 'search' ]::placeholder {
60
- color : # 8dbbe9 ;
61
- }
62
-
63
- .input-field input [type = 'search' ] ~ .material-icons {
64
- font-size : 1.5rem ;
65
- right : 1.5rem ;
66
- }
67
-
68
- .nav-wrapper .input-field input [type = 'search' ]: hover,
69
- .nav-wrapper .input-field input [type = 'search' ]: active,
70
- .nav-wrapper .input-field input [type = 'search' ]: focus {
71
- background-color : # 5fa2e6 ;
72
- color : white;
73
- }
74
-
75
- .input-field input [type = 'search' ]: focus: not (.browser-default ) ~ label i ,
76
- .input-field
77
- input [type = 'search' ]: focus : not (.browser-default )
78
- ~ .material-icons {
79
- color : white;
80
- }
81
-
82
- .input-field input [type = 'search' ] {
83
- color : # 1976d2 ;
84
- }
85
-
86
- @media only screen and (max-width : 600px ) {
87
- .nav-wrapper .input-field input [type = 'search' ] {
88
- margin-top : 0.7em ;
89
- }
90
- }
91
-
92
- .algolia-docsearch-suggestion--wrapper {
93
- line-height : initial;
94
- }
95
-
96
39
.sidenav {
97
40
height : 100% ;
98
41
padding-bottom : 1em ;
@@ -445,29 +388,6 @@ ul.sidenav code {
445
388
text-decoration : underline;
446
389
}
447
390
448
- .search input [type = 'text' ] {
449
- font : inherit;
450
- width : 100% ;
451
- color : inherit;
452
- border : none;
453
- margin : 10px ;
454
- cursor : inherit;
455
- resize : none;
456
- height : 38px ;
457
- outline : none;
458
- padding : 0 8px 0 0 ;
459
- background : transparent;
460
- text-align : inherit;
461
- box-sizing : border-box;
462
- line-height : inherit;
463
- border-radius : 3px ;
464
- font-size : 16px ;
465
- }
466
- .search .octicon {
467
- margin : 10px 0 10px 20px ;
468
- font-size : 16px ;
469
- }
470
-
471
391
.markdown-section .icon {
472
392
box-shadow : none;
473
393
margin : 0 ;
0 commit comments