mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
fix(ux): better text selection implementation on dark-mode (#1861)
This commit is contained in:
parent
2b0ad29b93
commit
a546457e0f
@ -49,6 +49,10 @@ const StyledWrapper = styled.div`
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.CodeMirror-selected {
|
||||
background-color: rgba(212, 125, 59, 0.3);
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user