Skip to content

Commit

Permalink
Merge pull request #728 from RentecTravis/master
Browse files Browse the repository at this point in the history
Allow overriding default icon colors
  • Loading branch information
bbrala authored Sep 11, 2020
2 parents b755eec + 102c67a commit 2ae293c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ $context-menu-separator-margin: .35em 0 !default;
$context-menu-icon-font-path: 'font/' !default;
$context-menu-icon-font-name: 'context-menu-icons' !default;
$context-menu-icon-size: 1em !default;
$context-menu-icon-color: #2980B9;
$context-menu-icon-color-hover: $context-menu-text-color-hover;
$context-menu-icon-color: #2980B9 !default;
$context-menu-icon-color-hover: $context-menu-text-color-hover !default;

@keyframes cm-spin {
0% {
Expand Down

0 comments on commit 2ae293c

Please sign in to comment.