Disable comment highlighting

Steve Kuo July 10, 2013

When my mouse rolls-over a comment, the comment is highlighted. This is quite annoying, is there a way to disable this?

2 answers

1 vote
Paul Pasler
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 16, 2013

Hi Steve,

seems like a simple CSS-Problem

#page .issue-data-block:hover {
   background-color: #fff;
}

Two ways to insert it to JIRA:

1. Write a Plugin with CSS

2. Insert it with Systerm > Announcement Banner

Greetz paul

0 votes
LucasA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 16, 2013

Hi Steve,

JIRA doens't have any property for disabling it. I've created an improvement request for adding this feature on a future version, but it may require some time for being implemented:

- https://jira.atlassian.com/browse/JRA-33922

Please vote on this ticket to increase its priority with our developers. Feel free to add your notes on it and how you think it should behave.

Best regards,
Lucas Timm

Suggest an answer

Log in or Sign up to answer