Template varaible dropdown work
This commit is contained in:
@@ -28,9 +28,5 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="variable-options-footer" ng-if="variable.multi">
|
||||
Update /
|
||||
Cancel
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -98,20 +98,12 @@
|
||||
}
|
||||
|
||||
.variable-options-column-header {
|
||||
background-color: @bodyBackground;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.variable-options-footer {
|
||||
background-color: @bodyBackground;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.variable-option {
|
||||
&:hover, &.highlighted {
|
||||
background-color: @blueDark;
|
||||
|
||||
Reference in New Issue
Block a user