Commit 084bb6b1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Small css fixes

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent fd76f497
...@@ -19,7 +19,7 @@ header { ...@@ -19,7 +19,7 @@ header {
line-height: 32px; line-height: 32px;
padding: 6px 10px; padding: 6px 10px;
&:hover { &:hover, &:focus, &:active {
background: none; background: none;
} }
} }
...@@ -192,7 +192,8 @@ header { ...@@ -192,7 +192,8 @@ header {
color: #AAA; color: #AAA;
text-shadow: 0 1px 0 #444; text-shadow: 0 1px 0 #444;
&:hover { &:hover, &:focus, &:active {
background: none;
color: #FFF; color: #FFF;
} }
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%span.str-truncated %span.str-truncated
= link_to_gfm commit.title, project_commit_path(project, commit.id), class: "commit-row-message" = link_to_gfm commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
- if commit.description? - if commit.description?
%a.label-default.text-expander.js-toggle-button ... %a.text-expander.js-toggle-button ...
= link_to "Browse Code »", project_tree_path(project, commit), class: "pull-right" = link_to "Browse Code »", project_tree_path(project, commit), class: "pull-right"
.notes_count .notes_count
......
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