mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 04:26:08 +10:00
Small css fixes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ header {
|
||||
line-height: 32px;
|
||||
padding: 6px 10px;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus, &:active {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
@@ -192,7 +192,8 @@ header {
|
||||
color: #AAA;
|
||||
text-shadow: 0 1px 0 #444;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus, &:active {
|
||||
background: none;
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%span.str-truncated
|
||||
= link_to_gfm commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
|
||||
- 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"
|
||||
.notes_count
|
||||
|
||||
Reference in New Issue
Block a user