Merge remote-tracking branch 'upstream/pull/4720'
This commit is contained in:
commit
b66881b45a
2 changed files with 4 additions and 3 deletions
|
@ -593,8 +593,9 @@ tr.turn {
|
|||
|
||||
#sidebar .changesets {
|
||||
li {
|
||||
&.selected { background: $list-highlight; }
|
||||
/* color is derived from changeset bbox fillColor in history.js */
|
||||
&.selected {
|
||||
@extend :hover;
|
||||
}
|
||||
|
||||
a.stretched-link > span, a:not(.stretched-link), [title] {
|
||||
position: relative;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
end %>
|
||||
|
||||
<%= tag.li :id => "changeset_#{changeset.id}", :data => { :changeset => changeset_data }, :class => "list-group-item" do %>
|
||||
<%= tag.li :id => "changeset_#{changeset.id}", :data => { :changeset => changeset_data }, :class => "list-group-item list-group-item-action" do %>
|
||||
<p class="fst-italic">
|
||||
<a class="changeset_id link-body-emphasis stretched-link" href="<%= changeset_path(changeset) %>">
|
||||
<span><%= changeset.tags["comment"].to_s.presence || t("browse.no_comment") %></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue