Fix z-index layer of orange generating border (#7466)

* fix z-index layer of generating border

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Davi Rodrigues 2024-02-21 18:59:39 -03:00 committed by GitHub
parent 09de02a9b2
commit 98a2719bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---
fix:Fix z-index layer of orange generating border

View File

@ -314,6 +314,7 @@
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
border: 2px solid var(--color-accent);
background: transparent;
z-index: var(--layer-1);
}
.translucent {