Merge pull request #1627 from olegstepura/disabled-input

Disabled input should be dashed not dotted
old
Rubén Moya 2018-01-25 09:02:30 +01:00 committed by GitHub
commit 874d9bf606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
}
.disabled > .inputElement {
border-bottom-style: dotted;
border-bottom-style: dashed;
color: var(--input-text-disabled-text-color);
}