mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
[NO-TICKET] Add style for enabled status (#5162)
* add style for enabled status * Update packages/insomnia/src/ui/components/websockets/websocket-request-pane.tsx Co-authored-by: Filipe Freire <livrofubia@gmail.com> Co-authored-by: Filipe Freire <livrofubia@gmail.com>
This commit is contained in:
parent
2e151a43e8
commit
560bfbe37d
@ -34,6 +34,10 @@ const SendButton = styled.button({
|
||||
':hover': {
|
||||
filter: 'brightness(0.8)',
|
||||
},
|
||||
':enabled': {
|
||||
background: 'var(--color-surprise)',
|
||||
color: 'var(--color-font-surprise)',
|
||||
},
|
||||
});
|
||||
const PaneSendButton = styled.div({
|
||||
display: 'flex',
|
||||
|
Loading…
Reference in New Issue
Block a user