Skip to content

Commit

Permalink
(js) Improve tooltips of calendars list (sidenav)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Nov 17, 2016
1 parent 40fc4bd commit ceb6266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UI/Templates/SchedulerUI/UIxCalMainView.wox
Expand Up @@ -65,7 +65,7 @@
ng-dblclick="app.editFolder(calendar)"
ng-show="app.editMode != calendar.id">
{{calendar.name}}
<md-tooltip md-delay="2000">{{calendar.name}}</md-tooltip>
<md-tooltip md-delay="1000" md-autohide="true">{{calendar.name}}</md-tooltip>
<span class="sg-counter-badge" ng-show="calendar.activeTasks">{{calendar.activeTasks}}</span>
</p>
<md-input-container class="md-flex"
Expand Down Expand Up @@ -166,12 +166,12 @@
ng-true-value="1"
ng-false-value="0"
label:aria-label="Enable"><!-- enable -->
</md-checkbox>
</md-checkbox>
<p class="sg-item-name"
ng-dblclick="app.editFolder(calendar)"
ng-show="app.editMode != calendar.id">
{{calendar.name}}
<md-tooltip md-delay="2000">{{calendar.name}}</md-tooltip>
<md-tooltip md-delay="1000" md-autohide="true">{{calendar.name}}</md-tooltip>
<span class="sg-counter-badge" ng-show="calendar.activeTasks">{{calendar.activeTasks}}</span>
</p>
<md-input-container class="md-flex"
Expand Down Expand Up @@ -261,7 +261,7 @@
<md-icon class="md-warn">warning</md-icon>
<md-tooltip>{{ calendar.$error }}</md-tooltip>
</span>
<md-tooltip md-delay="2000">{{calendar.name}}</md-tooltip>
<md-tooltip md-delay="1000" md-autohide="true">{{calendar.name}}</md-tooltip>
{{calendar.name}}
</p>
<md-input-container class="md-flex"
Expand Down

0 comments on commit ceb6266

Please sign in to comment.