File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 5656 position : absolute;
5757}
5858
59- .select-wrapper {
60- float : right;
61- position : relative;
62- height : 27px ;
63- min-width : 25% ;
64- }
65-
66- .select-wrapper select {
67- appearance : none;
68- -moz-appearance : none;
69- -webkit-appearance : none;
70- background : none;
71- border : 2px solid # ccc ;
72- padding-right : 28px ;
73- width : 100% ;
74- }
75-
76- .select-wrapper img {
77- pointer-events : none;
78- position : absolute;
79- right : 0 ;
80- bottom : 0 ;
81- background : # ccc ;
82- height : 100% ;
83- width : 28px ;
84- padding : 0px 4px ;
85- }
86-
87- .select-wrapper select option {
88- color : initial;
89- }
90-
9159.slider {
9260 position : absolute;
9361 cursor : pointer;
9664 right : 0 ;
9765 bottom : 0 ;
9866 background-color : # ccc ;
99- -webkit-transition : .3s ;
10067 transition : .3s ;
10168}
10269
10875 left : 4px ;
10976 bottom : 4px ;
11077 background-color : white;
111- -webkit-transition : .3s ;
11278 transition : .3s ;
11379}
11480
@@ -121,8 +87,6 @@ input:focus + .slider {
12187}
12288
12389input : checked + .slider : before {
124- -webkit-transform : translateX (19px );
125- -ms-transform : translateX (19px );
12690 transform : translateX (19px );
12791}
12892
You can’t perform that action at this time.
0 commit comments