Fix erroneously linkable char count.
This commit is contained in:
parent
b035879b0a
commit
cfb056d871
@ -312,6 +312,10 @@ body {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.charcount {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.in-reply-to .well {
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -263,13 +263,12 @@ draftView ({ draft, currentUser } as model) =
|
||||
, onClick (DraftEvent ClearDraft)
|
||||
]
|
||||
[ text "Clear" ]
|
||||
, button
|
||||
[ type_ "button"
|
||||
, class <|
|
||||
, div
|
||||
[ class <|
|
||||
if limitExceeded then
|
||||
"btn btn-danger active"
|
||||
"btn btn-danger charcount active"
|
||||
else
|
||||
"btn btn-default active"
|
||||
"btn btn-default charcount active"
|
||||
]
|
||||
[ text <| toString charCount ]
|
||||
, button
|
||||
|
Loading…
x
Reference in New Issue
Block a user