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

Variables not used in _navbars.scss #9

Closed git-no closed 8 years ago

git-no commented 8 years ago

In _navbars.scss the colors are hard coded instead of refering to variables, e.g line 78 (navbar-light.active). It would be worth to use the Bootstrap color variables instead. This would support customers to be capable of overriding values easily.

The Bootstrap variables are:

$navbar-dark-color
$navbar-dark-hover-color
$navbar-dark-active-color
$navbar-dark-disabled-color

$navbar-light-color
$navbar-light-hover-color
$navbar-light-active-color
$navbar-light-disabled-color
pangeaos commented 8 years ago

Same in _buttons.scss & _colors.scss the colors are hard coded instead of refering to variables. e.g line 470 $primary-color: #4285F4;

mattonit commented 8 years ago

Currently, we're preparing a new version of MDB, so we'll take a look at this