Commit 54faf7871ee43115e972f3cb70d93fde01f030e1
1 parent
1f3f8741
Exists in
master
and in
4 other branches
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,6 +15,12 @@ | ||
15 | .tree-table { | 15 | .tree-table { |
16 | @include border-radius(0); | 16 | @include border-radius(0); |
17 | .tree-item { | 17 | .tree-item { |
18 | + td { | ||
19 | + padding: 8px 10px; | ||
20 | + strong { | ||
21 | + font-weight: normal; | ||
22 | + } | ||
23 | + } | ||
18 | &:hover { | 24 | &:hover { |
19 | td { | 25 | td { |
20 | background: $hover; | 26 | background: $hover; |