Skip to content

Commit

Permalink
Fix z-index layer of orange generating border (#7466)
Browse files Browse the repository at this point in the history
* fix z-index layer of generating border

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
daviirodrig and gradio-pr-bot committed Feb 21, 2024
1 parent 09de02a commit 98a2719
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/nine-drinks-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---

fix:Fix z-index layer of orange generating border
1 change: 1 addition & 0 deletions js/statustracker/static/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 98a2719

Please sign in to comment.