Use normal font-weight for file names on tree view
This commit is contained in:
parent
1f3f874142
commit
54faf7871e
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@
|
|||
.tree-table {
|
||||
@include border-radius(0);
|
||||
.tree-item {
|
||||
td {
|
||||
padding: 8px 10px;
|
||||
strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
td {
|
||||
background: $hover;
|
||||
|
|
Loading…
Reference in a new issue