Skip to content

Commit

Permalink
refs #5273 make sure to use theme color instead of hardcoded value
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Jun 3, 2014
1 parent 501f274 commit e4ec91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreHome/angularjs/menudropdown/menudropdown.less
Expand Up @@ -21,7 +21,7 @@
width: 0px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid #1E93D1;
border-top: 5px solid @theme-color-link;
}
}

Expand Down

0 comments on commit e4ec91c

Please sign in to comment.