Skip to content

Commit e306044

Browse files
author
Lukas Markeffsky
committed
remove unused css
1 parent d796ad4 commit e306044

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ img {
439439

440440
.sidebar-resizing .sidebar {
441441
position: fixed;
442-
z-index: 100;
443442
}
444443
.sidebar-resizing > body {
445444
padding-left: var(--resizing-sidebar-width);
@@ -1553,14 +1552,10 @@ a.tooltip:hover::after {
15531552
display: flex;
15541553
margin-right: 4px;
15551554
position: fixed;
1556-
left: 6px;
1555+
left: 8px;
15571556
height: 34px;
15581557
width: 34px;
15591558
background-color: var(--main-background-color);
1560-
z-index: 1;
1561-
}
1562-
.src #sidebar-button {
1563-
left: 8px;
15641559
z-index: 101;
15651560
}
15661561
.hide-sidebar .src #sidebar-button {

0 commit comments

Comments
 (0)