mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
fix(chat): set cursor for chat input field
This commit is contained in:
parent
df2d75e690
commit
0e13bd143e
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
||||||
transition: box-shadow 50ms ease-in-out;
|
transition: box-shadow 50ms ease-in-out;
|
||||||
max-height: 40px; // 2 lines of text
|
max-height: 40px; // 2 lines of text
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
cursor: text;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 1px solid var(--color-owncast-gray-500) !important;
|
outline: 1px solid var(--color-owncast-gray-500) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue