Project

General

Profile

« Previous | Next » 

Revision 60963

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

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/button.scss
25 25

  
26 26
.uk-button-secondary.outlined:hover:enabled, .uk-button-secondary.outlined:focus:enabled, .uk-button-secondary.outlined:active:enabled{
27 27
  background-color: var(--theme-secondary-color);
28
  border-color: var(--secondary-color);
28
  border-color: var(--theme-secondary-color);
29 29
  color: var(--contrast-color);
30 30
}
31 31

  
modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/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
}
modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/portal.scss
57 57
.portal-link, .grey-portal-link:hover {
58 58
  color: var(--portal-main-color);
59 59
}
60

  
60 61
.grey-portal-link {
61
  color: rgba(var(--text-color-rgb), 0.8) !important;
62
  color: rgba(26, 26, 26, 0.8) !important;
62 63
}
63 64

  
64 65
.portal-link:hover:not(.uk-icon-link), .portal-link:active:not(.uk-icon-link), .portal-link:focus:not(.uk-icon-link) {

Also available in: Unified diff