mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 08:53:30 +01:00
style chore: make delete div bg important (#2949)
This commit is contained in:
parent
091b02c2c3
commit
4726f5008e
@ -65,7 +65,7 @@ const Wrapper = styled.div`
|
||||
div.dropdown-item.delete-item {
|
||||
color: ${(props) => props.theme.colors.danger};
|
||||
&:hover {
|
||||
background-color: ${(props) => props.theme.colors.bg.danger};
|
||||
background-color: ${(props) => props.theme.colors.bg.danger} !important;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user