Fixed a:hover not highlighting the a block correctly
This commit is contained in:
committed by
bootstraponline
parent
34e0b49d72
commit
c5631f5b7d
@@ -1,13 +1,13 @@
|
||||
<ol class="tree">
|
||||
<li class="file"><a href="root">root</a></li>
|
||||
<li class="file"><a href="root"><span class="icon"></span>root</a></li>
|
||||
<li>
|
||||
<label>folder0</label> <input type="checkbox" checked />
|
||||
<ol>
|
||||
<li class="file"><a href="folder0/0">0</a></li>
|
||||
<li class="file"><a href="folder0/0"><span class="icon"></span>0</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>
|
||||
<label>folder1</label> <input type="checkbox" checked />
|
||||
<ol>
|
||||
<li class="file"><a href="folder1/1">1</a></li>
|
||||
</ol>
|
||||
<li class="file"><a href="folder1/1"><span class="icon"></span>1</a></li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user