mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] Use themed colour for rail separator (#31269)
GitOrigin-RevId: e7db2f7d33f07702940fce8b3a2f725914a421f8
This commit is contained in:
committed by
Copybot
parent
30af3751c6
commit
3434ad7ca6
@@ -213,7 +213,7 @@ body {
|
||||
.separated-rail-tab::before {
|
||||
display: inline-block;
|
||||
content: '';
|
||||
border-top: 1px solid var(--border-divider);
|
||||
border-top: 1px solid var(--border-divider-themed);
|
||||
width: 100%;
|
||||
transform: translateY(-12px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user