UX: increase chat pre scrollbar contrast (#25930)
This commit is contained in:
parent
337773b8ac
commit
6426eaff39
plugins/chat/assets/stylesheets/common
|
@ -140,6 +140,10 @@
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
scrollbar-color: var(--primary-300) transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.touch .chat-message-container {
|
.touch .chat-message-container {
|
||||||
|
|
Loading…
Reference in New Issue