UX: chat composer style tweaks (#28938)

This commit is contained in:
chapoi 2024-09-18 02:45:44 +02:00 committed by GitHub
parent 5f9111a1b5
commit 9b383e3729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -21,10 +21,10 @@
}
.d-icon {
color: var(--primary-low-mid);
color: var(--primary-medium);
&:hover {
color: var(--primary-low-mid);
color: var(--primary-medium);
}
.is-focused & {
@ -32,6 +32,7 @@
}
.is-disabled & {
color: var(--primary-low-mid);
cursor: not-allowed;
}
}

View File

@ -48,12 +48,12 @@
flex-direction: row;
border: 1px solid var(--primary-low);
border-radius: var(--d-border-radius-large);
background: var(--primary-very-low);
background: rgba(var(--primary-very-low-rgb), 0.5);
min-height: 50px;
overflow: hidden;
.chat-composer.is-focused & {
box-shadow: 0 0 2px 0 rgba(var(--tertiary-rgb), 0.95);
box-shadow: 0 0 1px 0 var(--tertiary);
}
.chat-composer.is-disabled & {