Skip to content

Commit

Permalink
fix: input should change color when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Mar 7, 2021
1 parent ab3f361 commit 44929c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@
background-color: rgba(239, 239, 239);
}

.vue-input > input[readonly] {
background-color: unset;
}

.vue-select-header > .vue-input > input[disabled] {
background-color: unset;
}
Expand Down

0 comments on commit 44929c1

Please sign in to comment.