mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
UX: tweaks for send button (#25816)
This commit is contained in:
parent
84cd621bdc
commit
f4848ae989
@ -5,12 +5,14 @@
|
||||
}
|
||||
&__outer-container {
|
||||
padding: 0;
|
||||
align-items: flex-end;
|
||||
|
||||
.chat-composer.is-disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
&__inner-container {
|
||||
align-self: stretch;
|
||||
min-height: unset;
|
||||
.chat-composer.is-focused & {
|
||||
border-color: var(--primary-low);
|
||||
@ -27,19 +29,20 @@
|
||||
}
|
||||
}
|
||||
&-button__wrapper {
|
||||
align-self: unset;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
&-button.-send {
|
||||
height: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
align-self: unset;
|
||||
.d-icon {
|
||||
padding: 0.5rem;
|
||||
border-radius: 100%;
|
||||
margin-inline: 0.7rem;
|
||||
padding: 0.425em 0.5em;
|
||||
border-radius: 100%;
|
||||
|
||||
.is-send-enabled.is-focused & {
|
||||
background-color: var(--tertiary-high);
|
||||
color: var(--secondary);
|
||||
.is-send-enabled.is-focused & {
|
||||
background-color: var(--tertiary-high);
|
||||
color: var(--secondary);
|
||||
.d-icon {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user