Skip to content

Commit

Permalink
remove css var (#2573)
Browse files Browse the repository at this point in the history
Co-authored-by: azgiliat <azgiliat@192.168.1.53>
  • Loading branch information
Azgiliat and azgiliat committed Oct 26, 2022
1 parent cba3e54 commit c506791
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export default defineComponent({
.va-input-wrapper {
position: relative;
color: var(--va-input-text-color);
cursor: var(--va-input-cursor);
font-family: var(--va-font-family);
display: var(--va-input-wrapper-display);
Expand Down Expand Up @@ -293,7 +292,6 @@ export default defineComponent({
width: 100%;
// Use line-height as min-height for empty content slot
min-height: var(--va-input-line-height);
color: var(--va-input-text-color);
background-color: transparent;
border-style: none;
outline: none;
Expand Down

0 comments on commit c506791

Please sign in to comment.