mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Fix disabled labels appearance
This commit is contained in:
parent
e6d201d882
commit
480268a606
@ -55,7 +55,7 @@
|
|||||||
<FontAwesomeIcon class="has-text-grey" :icon="['fas', 'chevron-right']" transform="rotate-135"/>
|
<FontAwesomeIcon class="has-text-grey" :icon="['fas', 'chevron-right']" transform="rotate-135"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="field" :class="{ 'is-flex-grow-5' : isIndented }">
|
<div class="field" :class="{ 'is-flex-grow-5' : isIndented }">
|
||||||
<label :for="inputId" class="label" v-html="$t(label)"></label>
|
<label :for="inputId" class="label" :style="{ 'opacity': isDisabled ? '0.5' : '1' }" v-html="$t(label)"></label>
|
||||||
<div class="control" :class="{ 'has-icons-left' : leftIcon, 'has-icons-right': rightIcon }">
|
<div class="control" :class="{ 'has-icons-left' : leftIcon, 'has-icons-right': rightIcon }">
|
||||||
<input
|
<input
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user