forked from extern/bruno
fix: fixed dark mode styling issue in assertions op selector
This commit is contained in:
parent
d346970241
commit
9014dc5769
@ -27,6 +27,10 @@ const Wrapper = styled.div`
|
|||||||
&:nth-child(4) {
|
&:nth-child(4) {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user