Skip to content

Commit 14a3f7e

Browse files
committed
styling selected country button when input is disabled/readonly
1 parent 847ed4e commit 14a3f7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/css/intlTelInput.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,11 @@
306306
.iti__country-container:has(+ input[disabled]),
307307
.iti__country-container:has(+ input[readonly]) {
308308
button.iti__selected-country {
309-
cursor: default;
309+
cursor: not-allowed;
310+
311+
.iti__arrow {
312+
visibility: hidden;
313+
}
310314
}
311315
}
312316

0 commit comments

Comments
 (0)