mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix styling of et2-tabbox textarea to not cut off its box shadow when selected
This commit is contained in:
parent
b8844cd5c4
commit
b770389011
@ -33,6 +33,7 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea)
|
|||||||
.textarea--resize-vertical {
|
.textarea--resize-vertical {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host::part(form-control) {
|
:host::part(form-control) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
@ -41,6 +42,11 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea)
|
|||||||
:host::part(form-control-input), :host::part(textarea) {
|
:host::part(form-control-input), :host::part(textarea) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control-input .textarea--standard.textarea--focused:not(.textarea--disabled){
|
||||||
|
width: calc(100% - (2 * var(--sl-focus-ring-width)));
|
||||||
|
margin-left: var(--sl-focus-ring-width);
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user