Project

General

Profile

Actions

Patch #43244

closed

Remove unused style for `td.revision_graph`

Added by Go MAEDA 3 days ago. Updated 1 day ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The style for tr.changeset td.revision_graph is no longer applied because the corresponding elements were removed 13 years ago.

The td.revision_graph elements were added to the repository browser in r7725 along with the revision graph feature. In r8850, the revision graph was improved and the td.revision_graph elements were removed from app/views/repositories/_revisions.html.erb as part of the changes.

diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index ae4049fdc..555bad273 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -438,7 +438,6 @@ tr span.expander, .gantt_subjects div > span.expander {margin-left: 0; cursor: p

 tr.changeset { height: 20px }
 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
-tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
 tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
 tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}

Actions #1

Updated by Go MAEDA 1 day ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed the fix in r24011.

Actions

Also available in: Atom PDF