Commit 54faf787 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use normal font-weight for file names on tree view

parent 1f3f8741
......@@ -15,6 +15,12 @@
.tree-table {
@include border-radius(0);
.tree-item {
td {
padding: 8px 10px;
strong {
font-weight: normal;
}
}
&:hover {
td {
background: $hover;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment