mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: increase chat pre scrollbar contrast (#25930)
This commit is contained in:
parent
337773b8ac
commit
6426eaff39
@ -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
Block a user