Fix inconsistencies on inputs in Chrome vs. others

This commit is contained in:
gconsidine
2017-07-10 11:27:31 -04:00
parent b79600d2e5
commit 36120b3115
5 changed files with 38 additions and 25 deletions

View File

@@ -3,13 +3,13 @@
<at-input-label></at-input-label>
<div ng-class="{ 'input-group': state._edit }">
<span ng-if="state._edit" class="input-group-btn at-InputGroup-button">
<button class="btn at-ButtonHollow--white at-Input-button"
<div ng-if="state._edit" class="input-group-btn at-InputGroup-button">
<button class="btn at-ButtonHollow--white at-Input-button--fixed-md"
ng-disabled="!state._enableToggle && (state._disabled || form.disabled)"
ng-click="vm.toggle()">
{{ state._buttonText }}
</button>
</span>
</div>
<input ng-show="ssh"
class="at-InputFile--hidden"
ng-class="{'at-InputFile--drag': drag }"