vendor/assets/stylesheets/foundation/components/_sub-nav.scss in foundation-rails-5.3.3.0 vs vendor/assets/stylesheets/foundation/components/_sub-nav.scss in foundation-rails-5.4.0.0

- old
+ new

@@ -20,11 +20,11 @@ $sub-nav-list-padding-top: rem-calc(4) !default; // We use this to control the definition $sub-nav-font-family: $body-font-family !default; $sub-nav-font-size: rem-calc(14) !default; -$sub-nav-font-color: #999 !default; +$sub-nav-font-color: $aluminum !default; $sub-nav-font-weight: $font-weight-normal !default; $sub-nav-text-decoration: none !default; $sub-nav-padding: rem-calc(3 16) !default; $sub-nav-border-radius: 3px !default; $sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%) !default; @@ -33,10 +33,10 @@ // We use these to control the active item styles $sub-nav-active-font-weight: $font-weight-normal !default; $sub-nav-active-bg: $primary-color !default; $sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%) !default; -$sub-nav-active-color: #fff !default; +$sub-nav-active-color: $white !default; $sub-nav-active-padding: $sub-nav-padding !default; $sub-nav-active-cursor: default !default; $sub-nav-item-divider: "" !default; $sub-nav-item-divider-margin: rem-calc(12) !default;