mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Fix mouse event for remove icon in ha file upload (#15976)
This commit is contained in:
parent
78cc75c57c
commit
e52b2c49a6
@ -191,6 +191,9 @@ export class HaFileUpload extends LitElement {
|
|||||||
inset-inline-end: initial !important;
|
inset-inline-end: initial !important;
|
||||||
direction: var(--direction);
|
direction: var(--direction);
|
||||||
}
|
}
|
||||||
|
.mdc-text-field__icon--trailing {
|
||||||
|
pointer-events: auto !important;
|
||||||
|
}
|
||||||
.dragged:before {
|
.dragged:before {
|
||||||
position: var(--layout-fit_-_position);
|
position: var(--layout-fit_-_position);
|
||||||
top: var(--layout-fit_-_top);
|
top: var(--layout-fit_-_top);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user