Use normal font-weight for file names on tree view

This commit is contained in:
Dmitriy Zaporozhets 2013-09-03 00:09:20 +03:00
parent 1f3f874142
commit 54faf7871e

View file

@ -15,6 +15,12 @@
.tree-table {
@include border-radius(0);
.tree-item {
td {
padding: 8px 10px;
strong {
font-weight: normal;
}
}
&:hover {
td {
background: $hover;