Fixing a animation around the input box

This commit is contained in:
tyler
2026-05-19 02:35:05 -04:00
parent 378a485ba7
commit 64aa62f5e0
+2 -5
View File
@@ -296,6 +296,8 @@ INTERACTIVE_CSS = '''
align-items: center;
margin: 0 0.5rem;
position: relative;
overflow: hidden;
border-radius: 4px;
}
.sxng-input {
width: 100%;
@@ -340,11 +342,6 @@ INTERACTIVE_CSS = '''
color: var(--color-result-link, #5e81ac);
background: var(--color-base-background-hover, rgba(0,0,0,0.05)) !important;
}
.sxng-input-wrapper {
position: relative;
overflow: hidden;
border-radius: 4px;
}
.sxng-input-wrapper::before {
content: "";
display: block;