mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Adjust disabled button look
This commit is contained in:
parent
eab2dbfa86
commit
1e757cc087
1 changed files with 2 additions and 2 deletions
|
|
@ -20,5 +20,5 @@ form.chat-form(ng-if='user.flags.communityGuidelinesAccepted' ng-submit='postCha
|
|||
.chat-formatting
|
||||
include ../../shared/formatting-help
|
||||
.chat-buttons
|
||||
input(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}', class='btn')
|
||||
button(type="button", ng-click='sync(group)', ng-class='{disabled: _sending == true}', class='btn')=env.t('toolTipMsg')
|
||||
input.btn(type='submit', value=env.t('sendChat'), ng-disabled='_sending')
|
||||
button.btn(type="button", ng-click='sync(group)', ng-disabled='_sending')=env.t('toolTipMsg')
|
||||
|
|
|
|||
Loading…
Reference in a new issue