Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7994445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:08:03+00:00 2026-06-04T14:08:03+00:00

Is there a simple way to remove the tr:hover style from twitter bootstrap such

  • 0

Is there a simple way to remove the tr:hover style from twitter bootstrap such that I can still use their table styling without getting the row highlight on hover?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T14:08:04+00:00Added an answer on June 4, 2026 at 2:08 pm

    @Blender’s answer is right on, but only if you are not using the .table-striped class on your table.

    If you are using the .table-striped class, the row highlight will not go away when you hover over a row that has the light-grey colored stripe.

    What will happen when you hover over the light-grey row is that the row will change from light-grey to transparent (white), and thus you will be inadvertently implementing a row-hover effect on all the light-grey colored rows.

    If you need to take away the hover effect from the striped rows as well, then building upon Blender’s original answer, I think you would have another rule to over-ride:

    .table tbody tr:hover td,
    .table tbody tr:hover th {
      background-color: transparent;
    }
    
    
    .table-striped tbody tr:nth-child(odd):hover td {
       background-color: #F9F9F9;
    }
    

    good example: Here’s a link to a working jsfiddle example where the .table-striped class is accounted for:
    http://jsfiddle.net/pXWjq/

    buggy example: And here’s an example where the table row hover still happens (on the grey rows) because the grey-row hover is not accounted for:
    http://jsfiddle.net/448Rb/

    ​

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a simple way to remove all characters from a given string that
is there any way to remove an attachment from Zend_Mail object? Simple example: $mail
I have the following: container.removeClass(ui-state-error-icon).removeClass(ui-icon-alert); container.addClass(ui-state-error-icon).addClass(ui-icon-alert); Is there a simple way that I can
Is there a simple way to remove the video-stream from a IMediaWriter? I have
Is there a simple way to use jQuery to remove all background styles on
Is there a simple way to remove the same line of text from a
is there a simple way to remove the namespace from the XML root element.
Is there a simple way to remove the timezone from a pytz datetime object?
Is there some simple way to send out a ping-style message to a remote
Is there a simple way to work with C++ objects directly from C? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.