Merge pull request #1729 from vvlladd28/fix/style_dashboard-toolbar
Fix style align and animation show toolbar
This commit is contained in:
commit
9a096c6e56
@ -16,7 +16,7 @@
|
||||
|
||||
-->
|
||||
<section class="tb-timewindow" layout='row' layout-align="start center">
|
||||
<md-button ng-if="direction === 'left'" ng-disabled="disabled" class="md-icon-button tb-md-32" aria-label="{{ 'timewindow.edit' | translate }}" ng-click="openEditMode($event)">
|
||||
<md-button ng-if="direction === 'left'" ng-disabled="disabled" class="md-icon-button" aria-label="{{ 'timewindow.edit' | translate }}" ng-click="openEditMode($event)">
|
||||
<md-tooltip md-direction="{{tooltipDirection}}">
|
||||
{{ 'timewindow.edit' | translate }}
|
||||
</md-tooltip>
|
||||
@ -28,7 +28,7 @@
|
||||
</md-tooltip>
|
||||
{{model.displayValue}}
|
||||
</span>
|
||||
<md-button ng-if="direction === 'right'" ng-disabled="disabled" class="md-icon-button tb-md-32" aria-label="{{ 'timewindow.edit' | translate }}" ng-click="openEditMode($event)">
|
||||
<md-button ng-if="direction === 'right'" ng-disabled="disabled" class="md-icon-button" aria-label="{{ 'timewindow.edit' | translate }}" ng-click="openEditMode($event)">
|
||||
<md-tooltip md-direction="{{tooltipDirection}}">
|
||||
{{ 'timewindow.edit' | translate }}
|
||||
</md-tooltip>
|
||||
|
||||
@ -166,6 +166,7 @@ tb-dashboard-toolbar {
|
||||
}
|
||||
|
||||
md-select {
|
||||
margin: 0;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user