ux(): dashboard settings form polish, added on hover tooltip for checkbox directive

This commit is contained in:
Torkel Ödegaard
2016-03-29 11:01:00 +02:00
parent b12ca1da88
commit 3e50ee6193
6 changed files with 118 additions and 82 deletions

View File

@@ -18,7 +18,7 @@ export function infoPopover() {
var offset = attrs.offset || '0 -10px';
var position = attrs.position || 'right middle';
var classes = 'drop-help';
var classes = 'drop-help drop-hide-out-of-bounds';
if (attrs.wide) {
classes += ' drop-wide';
}