Skip to content

Commit 01b4b60

Browse files
Remove unused CSS rules
1 parent a51fb2b commit 01b4b60

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

src/librustdoc/html/static/css/themes/ayu.css

-11
Original file line numberDiff line numberDiff line change
@@ -496,21 +496,10 @@ a.result-keyword:focus {}
496496
.sidebar a.current.keyword {}
497497

498498
@media (max-width: 700px) {
499-
.sidebar-menu {
500-
background-color: #14191f;
501-
border-bottom-color: #5c6773;
502-
border-right-color: #5c6773;
503-
}
504-
505499
.sidebar-elems {
506500
background-color: #14191f;
507501
border-right-color: #5c6773;
508502
}
509-
510-
#sidebar-filler {
511-
background-color: #14191f;
512-
border-bottom-color: #5c6773;
513-
}
514503
}
515504

516505
kbd {

src/librustdoc/html/static/css/themes/dark.css

-11
Original file line numberDiff line numberDiff line change
@@ -356,21 +356,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
356356
}
357357

358358
@media (max-width: 700px) {
359-
.sidebar-menu {
360-
background-color: #505050;
361-
border-bottom-color: #e0e0e0;
362-
border-right-color: #e0e0e0;
363-
}
364-
365359
.sidebar-elems {
366360
background-color: #505050;
367361
border-right-color: #000;
368362
}
369-
370-
#sidebar-filler {
371-
background-color: #505050;
372-
border-bottom-color: #e0e0e0;
373-
}
374363
}
375364

376365
kbd {

src/librustdoc/html/static/css/themes/light.css

-11
Original file line numberDiff line numberDiff line change
@@ -339,21 +339,10 @@ pre.ignore:hover, .information:hover + pre.ignore {
339339
}
340340

341341
@media (max-width: 700px) {
342-
.sidebar-menu {
343-
background-color: #F5F5F5;
344-
border-bottom-color: #e0e0e0;
345-
border-right-color: #e0e0e0;
346-
}
347-
348342
.sidebar-elems {
349343
background-color: #F5F5F5;
350344
border-right-color: #000;
351345
}
352-
353-
#sidebar-filler {
354-
background-color: #F5F5F5;
355-
border-bottom-color: #e0e0e0;
356-
}
357346
}
358347

359348
kbd {

0 commit comments

Comments
 (0)