Browse Source

Merge pull request #8022 from hashicorp/ui/bugfix/switch-help-icons

ui: Switch help menu icons to use the correct icons
pull/8024/head
John Cowen 5 years ago committed by GitHub
parent
commit
7dd7fc566d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui-v2/app/styles/components/main-header-horizontal.scss

4
ui-v2/app/styles/components/main-header-horizontal.scss

@ -3,10 +3,10 @@
@extend %main-header-horizontal;
}
%main-nav-horizontal .docs-link a::after {
@extend %with-learn-icon, %as-pseudo;
@extend %with-docs-icon, %as-pseudo;
}
%main-nav-horizontal .learn-link a::after {
@extend %with-docs-icon, %as-pseudo;
@extend %with-learn-icon, %as-pseudo;
}
%main-nav-horizontal .feedback-link a::after {
@extend %with-logo-github-monochrome-icon, %as-pseudo;

Loading…
Cancel
Save