Project

General

Profile

« Previous | Next » 

Revision 60325

[Libraryr | Trunk]: Fix chips css

View differences:

input.scss
79 79
.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
80 80
  color: currentColor !important;
81 81
}
82

  
83
.input-box .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover {
84
  color: var(--text-color);
85
  border: 1px solid rgba(var(--text-color-rgb), 0.2);
86
  background: white;
87
}
88

  
89
.input-box .mat-chip.mat-standard-chip::after {
90
  background: transparent;
91
}
92

  
93
.input-box .mat-chip.mat-standard-chip .mat-chip-remove {
94
  color: rgba(var(--text-color-rgb), 0.5);
95
  width: 20px;
96
  height: 20px;
97
}

Also available in: Unified diff