Skip to content

Commit

Permalink
1.6.1dev: prevent background style on hover for group headers in quer…
Browse files Browse the repository at this point in the history
…y view and remove horizontal margin from group headers

git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.6-stable@17875 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
jomae committed Feb 5, 2025
1 parent e43cc4e commit bf368d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions trac/htdocs/css/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,11 @@ h2.report-result {
.reports td.title { width: 100%; white-space: normal; }
.tickets tbody:first-child tr.trac-group h2 { margin-top: 0; }
.tickets tr.trac-group { border: none; }
.tickets tr.trac-group:hover { background: none !important; }
.tickets tr.trac-group:hover, .tickets tr.trac-group:hover td {
background: none !important;
}
.tickets tr.trac-group th { background: none; border: none; padding: 0 0 1em; }
.tickets tr.trac-group td { padding: 0 !important }
.tickets tr.trac-columns th { background: #f7f7f0 }
.tickets tr.trac-columns th {
border: 1px solid #d7d7d7;
Expand Down Expand Up @@ -221,7 +224,7 @@ h2.report-result {
/* Query results table */

table.tickets caption.trac-group {
padding: .1em .5em; /* same as .tickets tbody td */
padding: .1em 0; /* same as .tickets tbody td */
border: 1px dotted #ddd;
text-align: left;
}
Expand Down

0 comments on commit bf368d7

Please sign in to comment.