@zeedhi/vuetify 1.101.0 → 1.102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/zd-style.css CHANGED
@@ -51,14 +51,11 @@
51
51
  line-height: 15px;
52
52
  height: auto;
53
53
  font-weight: var(--zd-font-body1-weight); }
54
- .zd-input.v-input .v-input__control > .v-input__slot input, .zd-input.v-input .v-input__control > .v-input__slot label, .zd-input.v-input .v-input__control > .v-input__slot textarea {
55
- color: var(--zd-font-color); }
56
- .zd-input.v-input .v-input__control > .v-input__slot input::placeholder, .zd-input.v-input .v-input__control > .v-input__slot label::placeholder, .zd-input.v-input .v-input__control > .v-input__slot textarea::placeholder {
57
- color: #bdbdbd; }
54
+ .zd-input.v-input .v-input__control > .v-input__slot input::placeholder, .zd-input.v-input .v-input__control > .v-input__slot label::placeholder, .zd-input.v-input .v-input__control > .v-input__slot textarea::placeholder {
55
+ color: #bdbdbd; }
58
56
  .zd-input.v-input .v-input__control > .v-input__slot input, .zd-input.v-input .v-input__control > .v-input__slot textarea {
59
57
  font-size: var(--zd-font-body1-size);
60
58
  font-weight: var(--zd-font-body1-weight);
61
- color: var(--zd-font-color);
62
59
  cursor: text; }
63
60
  .zd-input.v-input .v-input__control > .v-input__slot .v-input__icon--clear {
64
61
  opacity: 0; }
@@ -123,6 +120,9 @@
123
120
  .zd-input.error--text.v-input > .v-input__control > .v-input__slot {
124
121
  border: solid var(--regular) var(--v-error-base); }
125
122
 
123
+ .zd-input.theme--light input {
124
+ color: var(--zd-font-color); }
125
+
126
126
  /* Class to make inputs without label be correctly align inside forms with inputs */
127
127
  .zd-form-input-align {
128
128
  margin-top: var(--spacing-5) !important; }