Skip to content

Commit

Permalink
Fix naming convention, close #10275
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 27, 2018
1 parent e40c2a7 commit 1f6107e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/style/themes/default.less
Expand Up @@ -322,6 +322,8 @@
@menu-dark-arrow-color: #fff;
@menu-dark-submenu-bg: #000c17;
@menu-dark-highlight-color: #fff;
@menu-dark-item-active-bg: @primary-color;
// same as @menu-dark-item-active-bg, for naming downgrade compatible, should be deleted in next majoy version
@menu-dark-item-selected-bg: @primary-color;

// Spin
Expand Down

0 comments on commit 1f6107e

Please sign in to comment.