UI updates

This commit is contained in:
Mo Bitar
2018-12-13 16:28:11 -06:00
parent 0e4a6d718b
commit 2e9324f440
2 changed files with 3 additions and 1 deletions

View File

@@ -658,6 +658,8 @@ class ComponentManager {
}
}, 10);
}
} else {
this.activateComponent(component);
}
}
}

View File

@@ -4,7 +4,7 @@
.padded
.section-title-bar-header
.title {{ctrl.panelTitle()}}
.sk-button.contrast.wide{"ng-click" => "ctrl.createNewNote()", "title" => "Create a new note in the selected tag"}
.sk-button.sk-secondary.wide{"ng-click" => "ctrl.createNewNote()", "title" => "Create a new note in the selected tag"}
.sk-label +
.filter-section{"role" => "search"}
%input.filter-bar#search-bar.mousetrap{"select-on-click" => "true", "ng-model" => "ctrl.noteFilter.text", "placeholder" => "Search",