Skip to content

Commit 92482ca

Browse files
Remove unused CSS settings rules
1 parent 84615e8 commit 92482ca

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

src/librustdoc/html/static/css/settings.css

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -56,38 +56,6 @@
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;
@@ -96,7 +64,6 @@
9664
right: 0;
9765
bottom: 0;
9866
background-color: #ccc;
99-
-webkit-transition: .3s;
10067
transition: .3s;
10168
}
10269

@@ -108,7 +75,6 @@
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

12389
input:checked + .slider:before {
124-
-webkit-transform: translateX(19px);
125-
-ms-transform: translateX(19px);
12690
transform: translateX(19px);
12791
}
12892

0 commit comments

Comments
 (0)