mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix link-string in nextmatch did not show values
This commit is contained in:
parent
d574a85cd1
commit
42c869c70f
@ -47,6 +47,10 @@ export class Et2LinkString extends Et2Widget(LitElement) implements et2_IDetache
|
||||
display: inline;
|
||||
}
|
||||
|
||||
et2-link::part(icon) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
et2-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -379,6 +383,7 @@ export class Et2LinkString extends Et2Widget(LitElement) implements et2_IDetache
|
||||
for(let k in _values)
|
||||
{
|
||||
this[k] = _values[k];
|
||||
this.requestUpdate(k);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user