]> source.dussan.org Git - redmine.git/commitdiff
Fix that h4 headings in an issue note is unintendedly highlighted (#31742).
authorGo MAEDA <maeda@farend.jp>
Thu, 18 Jul 2019 06:55:37 +0000 (06:55 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 18 Jul 2019 06:55:37 +0000 (06:55 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18329 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 1dc44f3f2caef4b73b4ce366edf5820149c2f8b7..58f4139644bb7567b36feae986e82f847c8cb03c 100644 (file)
@@ -311,7 +311,7 @@ tr.message td.last_message { font-size: 80%; white-space: nowrap; }
 tr.message.sticky td.subject { font-weight: bold; }
 
 body.avatars-on #replies .message.reply {padding-left: 32px;}
-#replies .reply:target h4 {background-color:#DDEEFF;}
+#replies .reply:target h4 {background-color:#DDEEFF;}
 #replies h4 img.gravatar {margin-left:-32px;}
 
 tr.version.closed, tr.version.closed a { color: #999; }
@@ -557,7 +557,7 @@ div.journal h4 img.gravatar {margin-left:-32px;}
   border-radius: 0 0 3px 3px / 0 0 3px 3px;
 }
 
-#history div:target h4 {background-color:#DDEEFF;}
+#history div:target h4 {background-color:#DDEEFF;}
 #history p.nodata {display: none;}
 
 div#activity dl, #search-results { margin-left: 2em; }