mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-04 13:10:33 +01:00
Api: Hide link comment from et2-link-string as well
This commit is contained in:
parent
9524791448
commit
656b7dd2c6
@ -81,6 +81,11 @@ export class Et2LinkList extends Et2LinkString
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
et2-link::part(remark) {
|
||||||
|
/* Reset from Et2LinkString */
|
||||||
|
display: initial;
|
||||||
|
}
|
||||||
|
|
||||||
et2-link {
|
et2-link {
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
@ -47,7 +47,7 @@ export class Et2LinkString extends Et2Widget(LitElement) implements et2_IDetache
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
et2-link::part(icon) {
|
et2-link::part(icon), et2-link::part(remark) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user