mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-14 09:28:54 +02:00
feat: migration to electron + next complete
This commit is contained in:
20
renderer/components/Navbar/StyledWrapper.js
Normal file
20
renderer/components/Navbar/StyledWrapper.js
Normal file
@ -0,0 +1,20 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const StyledWrapper = styled.div`
|
||||
.collection-dropdown {
|
||||
color: rgb(110 110 110);
|
||||
|
||||
&:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.tippy-box {
|
||||
top: -0.5rem;
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
`;
|
||||
|
||||
export default StyledWrapper;
|
Reference in New Issue
Block a user