Revert "Make it apparent where you have to click to toggle the header's autohiding."
This reverts commit 1604c0028a84ae07eeb65eeaca2b11c1530fdebf.
This commit is contained in:
parent
0f73d2dffc
commit
1854c2a27b
@ -136,7 +136,6 @@ a[href="javascript:;"] {
|
|||||||
bottom: -8px;
|
bottom: -8px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
#header-bar.autohide:not(:hover) #toggle-header-bar, #toggle-header-bar:hover {
|
#header-bar.autohide:not(:hover) #toggle-header-bar, #toggle-header-bar:hover {
|
||||||
bottom: -16px;
|
bottom: -16px;
|
||||||
@ -145,14 +144,6 @@ a[href="javascript:;"] {
|
|||||||
#header-bar.autohide #toggle-header-bar {
|
#header-bar.autohide #toggle-header-bar {
|
||||||
cursor: s-resize;
|
cursor: s-resize;
|
||||||
}
|
}
|
||||||
#toggle-header-bar:hover + hr {
|
|
||||||
border-width: 3px;
|
|
||||||
margin: 0;
|
|
||||||
position: absolute;
|
|
||||||
bottom: -4px;
|
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
#header-bar a:not(.entry) {
|
#header-bar a:not(.entry) {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|||||||
@ -11,7 +11,6 @@ Header =
|
|||||||
<span id=full-board-list hidden></span>
|
<span id=full-board-list hidden></span>
|
||||||
</span>
|
</span>
|
||||||
<div id=toggle-header-bar title="Toggle the header auto-hiding."></div>
|
<div id=toggle-header-bar title="Toggle the header auto-hiding."></div>
|
||||||
<hr>
|
|
||||||
</div>
|
</div>
|
||||||
<div id=notifications></div>
|
<div id=notifications></div>
|
||||||
""".replace />\s+</g, '><' # get rid of spaces between elements
|
""".replace />\s+</g, '><' # get rid of spaces between elements
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user