mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +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 {
|
div.dropdown-item.delete-item {
|
||||||
color: ${(props) => props.theme.colors.danger};
|
color: ${(props) => props.theme.colors.danger};
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: ${(props) => props.theme.colors.bg.danger};
|
background-color: ${(props) => props.theme.colors.bg.danger} !important;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user