mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.34k stars 1.15k forks source link

No option to change default link hover color. Proposing $link-hover-color to be used in _global.scss #202

Closed MichaelHabib closed 5 years ago

MichaelHabib commented 5 years ago

Expected behavior

Expecting an option to change the default link hover color from the bootstrap default (blue) to a user defined color.

Actual behavior

There is no variable to change the default link hover color.

Your working environment and MDB version information

Xubuntu, firefox, netbeans and MDB FREE 4.5.13

Resources (screenshots, code snippets etc.)

to solve the issue, in scss/core/_global.scss , it's possible to add the variable $link-hover-color under

a{
   a:hover{
      color: $link-hover-color 
   }
}

$link-hover-color will also need to be added to the default _variables.scss file.

For every question of technical nature, in order to get the most detailed answer as soon as possible, ask on our dedicated Support Forum

Martussky commented 5 years ago

Hi, thank you for noticing this. We will work on it. Best, Marta

primetrust commented 5 years ago

I did not have trouble changing the color when hovering but I do have trouble with the dropdown menu. I am trying to use a specific color and there is no way to change it unless you use MDB's predefined classes.

Martussky commented 5 years ago

Hi, could you provide any details of your problem? Any code or demo or create a snippet showing the issue here: https://mdbootstrap.com/snippets/? Best, Marta

mattonit commented 5 years ago

Closing due to no response