Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 4bed2fa

Browse files
committed
update globals to fix category hover issue
1 parent 9b75d99 commit 4bed2fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

shared/css/documentation.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ div.sidebar-module > ul h3 {
223223
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
224224
}
225225

226-
div.sidebar-module > ul li:hover h3,
226+
div.sidebar-module > ul li h3:hover,
227227
div.sidebar-module > ul h3.disable {
228228
background-color: #e1e1e1;
229229
background-image: -moz-linear-gradient(top, #e1e1e1, #d1d1d1);
@@ -484,7 +484,6 @@ pre {
484484
margin: 0px;
485485
}
486486

487-
pre + pre,
488487
ul + pre {
489488
margin-top: 1em;
490489
}

0 commit comments

Comments
 (0)