Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Black Background When Hovering

enter image description here

I'm on my early stages of creating a Rails application. What I wanted to do is remove the black background on the links when hovering the cursor on them (as shown in the image). How? I did not add anything on the css files. I'm using Rails 3.2

like image 932
neilmarion Avatar asked Aug 31 '26 06:08

neilmarion


1 Answers

Seems to be that the culprit to this is at assets/stylesheets/scaffolds.css.scss

a:hover {
  color: #fff;
  background-color: #000;
}
like image 109
neilmarion Avatar answered Sep 02 '26 22:09

neilmarion



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!