Skip to content

Commit

Permalink
Fix chevrons in dark theme navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 27, 2020
1 parent a2a8ea0 commit 069539b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/_patterns_subnav.scss
Expand Up @@ -165,8 +165,12 @@
}

@mixin vf-subnav-dark-theme {
// FIXME:
// $color-subnav-icon color should be $colors--dark-theme--text-muted,
// but vf-url-friendly-color doesn't support rgba(),
// so we are using #999 as fallback for now
@include vf-subnav-theme(
$color-subnav-icon: $colors--dark-theme--text-muted,
$color-subnav-icon: #999,
$color-subnav-background: $colors--dark-theme--background-alt,
$color-subnav-text: $colors--dark-theme--text-default,
$color-subnav-text-hover: $colors--dark-theme--text-hover,
Expand Down

0 comments on commit 069539b

Please sign in to comment.