Commit 54faf7871ee43115e972f3cb70d93fde01f030e1

Authored by Dmitriy Zaporozhets
1 parent 1f3f8741

Use normal font-weight for file names on tree view

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/tree.scss
... ... @@ -15,6 +15,12 @@
15 15 .tree-table {
16 16 @include border-radius(0);
17 17 .tree-item {
  18 + td {
  19 + padding: 8px 10px;
  20 + strong {
  21 + font-weight: normal;
  22 + }
  23 + }
18 24 &:hover {
19 25 td {
20 26 background: $hover;
... ...