fix project menu
parent
4f0cac687d
commit
d4cef66379
|
@ -15,10 +15,9 @@ ProjectMenuDirective = (projectService, lightboxFactory) ->
|
|||
return {
|
||||
scope: {},
|
||||
controller: "ProjectMenu",
|
||||
templateUrl: "components/project-menu/project-menu.html",
|
||||
link: link,
|
||||
controllerAs: "vm",
|
||||
replace: true
|
||||
templateUrl: "components/project-menu/project-menu.html",
|
||||
link: link
|
||||
}
|
||||
|
||||
ProjectMenuDirective.$inject = [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$label-arrow-wh: 12px;
|
||||
|
||||
.menu {
|
||||
div[tg-project-menu] {
|
||||
background-color: $dark-taiga;
|
||||
background-image: url('../images/menu.png');
|
||||
background-position: center center;
|
||||
|
|
Loading…
Reference in New Issue