Skip to content

Commit

Permalink
Apply full opacity to TextArea's placeholder (#627)
Browse files Browse the repository at this point in the history
This is reusing the corresponding Input token, like we did with all other TextArea properties.
  • Loading branch information
sai-san authored Aug 10, 2022
1 parent bbaa3e7 commit 9e9cbb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue-components/src/components/TextArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export default defineComponent( {
font-weight: $wikit-Input-placeholder-font-weight;
line-height: $wikit-Input-placeholder-line-height;
color: $wikit-Input-placeholder-color;
opacity: $wikit-Input-placeholder-opacity;
}
&:disabled {
Expand Down

0 comments on commit 9e9cbb2

Please sign in to comment.