mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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;
|
||||
direction: var(--direction);
|
||||
}
|
||||
.mdc-text-field__icon--trailing {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
.dragged:before {
|
||||
position: var(--layout-fit_-_position);
|
||||
top: var(--layout-fit_-_top);
|
||||
|
Loading…
x
Reference in New Issue
Block a user