Project

General

Profile

« Previous | Next » 

Revision 60963

[Library | Trunk]: Fix some variables missing on css

View differences:

input.scss
133 133
}
134 134

  
135 135
.input-box .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover {
136
  color: var(--text-color);
137
  border: 1px solid rgba(var(--text-color-rgb), 0.2);
136
  color: #1a1a1a;
137
  border: 1px solid rgba(26, 26, 26, 0.2);
138 138
  background: white;
139 139
}
140 140

  
......
143 143
}
144 144

  
145 145
.input-box .mat-chip.mat-standard-chip .mat-chip-remove {
146
  color: rgba(var(--text-color-rgb), 0.5);
146
  color: rgba(26, 26, 26, 0.5);
147 147
  width: 20px;
148 148
  height: 20px;
149 149
}
......
224 224
}
225 225

  
226 226
.input-borderless .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover {
227
  color: var(--text-color);
228
  border: 1px solid rgba(var(--text-color-rgb), 0.5);
227
  color: #1a1a1a;
228
  border: 1px solid rgba(26, 26, 26, 0.5);
229 229
  background: white;
230 230
}
231 231

  
......
234 234
}
235 235

  
236 236
.input-borderless .mat-chip.mat-standard-chip .mat-chip-remove {
237
  color: var(--text-color);
237
  color: #1a1a1a;
238 238
  width: 20px;
239 239
  height: 20px;
240 240
}

Also available in: Unified diff