mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 03:58:56 +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;
|
||||
}
|
||||
|
||||
et2-link::part(remark) {
|
||||
/* Reset from Et2LinkString */
|
||||
display: initial;
|
||||
}
|
||||
|
||||
et2-link {
|
||||
display: block;
|
||||
flex: 1 1 auto;
|
||||
|
@ -47,7 +47,7 @@ export class Et2LinkString extends Et2Widget(LitElement) implements et2_IDetache
|
||||
display: inline;
|
||||
}
|
||||
|
||||
et2-link::part(icon) {
|
||||
et2-link::part(icon), et2-link::part(remark) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user