web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Disabling CSS Hover effect on Contracts grid view

(0) ShareShare
ReportReport
Posted on by

My goal is to change the background color on the current pop end date field in a contract grid view but there is a css hover effect that removes the color change. I tried adding an event listener for each of the rows:

var rows = window.parent.document.querySelectorAll('.wj-row');
rows.forEach(function(row) {
    row.addEventListener('mouseleave',function(event) {
        window.getComputedStyle()
        window.getComputedStyle(this).backgroundColor;
        //changes background color immediatly when hover affect is applied
        row.children[7].style.backgroundColor = 'blue';
        
    })
})
But still there is no change. I tried applying jquery but the dates in current pop end date and the dates does not display.
pastedimage1604000485846v1.png
What Im trying to do is disable toe hover effect or remove the class cc-grid-rowHover
Can anyone help me with this.
Thank you 
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

#2
ManoVerse Profile Picture

ManoVerse 60 Super User 2026 Season 1

#3
11manish Profile Picture

11manish 43

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans