add max-length-indicator to combo fields

This commit is contained in:
Martin Raifer
2022-11-25 18:18:51 +01:00
parent f931d447af
commit 2c0ca277bf
3 changed files with 13 additions and 2 deletions

View File

@@ -2338,6 +2338,7 @@ div.combobox {
.form-field-input-wrap > input:focus + span.length-indicator-wrap,
.form-field-input-wrap > textarea:focus + span.length-indicator-wrap,
.form-field-input-wrap > input:focus + div.combobox-caret + span.length-indicator-wrap,
.form-field-input-wrap > textarea:focus + div.combobox-caret + span.length-indicator-wrap {
visibility: visible;
}