Link to home
Start Free TrialLog in
Avatar of Jazzy 1012
Jazzy 1012

asked on

To remove highlight from a "a href"

           <div class="panel-footer">
     		<span class="pull-right">
       		<a href="#" data-original-title="Edit this user" data-toggle="tooltip" type="button" class="btn btn-sm btn-warning" onclick = 'showMe()'><i class="glyphicon glyphicon-edit"></i> Edit</a>
			<input data-original-title="Save this user" data-toggle="tooltip" type="submit" class="btn btn-sm btn-success" id="edit" Value= "Save">

                        </span>
                    </div>

Open in new window


As you can see when you hover over the "Save" button it doesnt highlight, but when I hover over the edit it does, how can I fix this issue?
Avatar of Jazzy 1012
Jazzy 1012

ASKER

this doesnt work
a:hover{
      color: white !important;
}
Avatar of Shaun Vermaak
Please post JS/CSS, perhaps in a JSFiddle.net snippet
Please see this sample

http://www.marcorpsa.com/ee/t1987.html

It works there. So if it is not working on your site it is because of something you are not showing us.

You mentioned in your previous question that you are using the Strata framework - might be something in there that is breaking it.
my Css is with the template https://html5up.net/strata
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial