mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
fix: small adjustments on the new header icons (#5043)
Some small UI adjustments to the new header icons.  Co-authored-by: Nicolae <nicolae@getunleash.ai>
This commit is contained in:
parent
1a46ab7b12
commit
19a429c92f
@ -59,8 +59,8 @@ const StyledDotBox = styled(Box)(({ theme }) => ({
|
|||||||
width: '7px',
|
width: '7px',
|
||||||
height: '7px',
|
height: '7px',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 7,
|
top: 11,
|
||||||
right: 4,
|
right: 11,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const StyledHeaderBox = styled(Box)(() => ({
|
const StyledHeaderBox = styled(Box)(() => ({
|
||||||
|
@ -17,14 +17,10 @@ const StyledProfileContainer = styled('div')(({ theme }) => ({
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
const StyledIconButton = styled(IconButton)(({ theme }) => ({
|
const StyledIconButton = styled(IconButton)(({ theme }) => ({
|
||||||
...focusable(theme),
|
|
||||||
...flexRow,
|
...flexRow,
|
||||||
...itemsCenter,
|
...itemsCenter,
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
padding: theme.spacing(1),
|
padding: theme.spacing(1),
|
||||||
'&:hover': {
|
|
||||||
backgroundColor: 'transparent',
|
|
||||||
},
|
|
||||||
'&:focus-visible': {
|
'&:focus-visible': {
|
||||||
outlineStyle: 'solid',
|
outlineStyle: 'solid',
|
||||||
outlineWidth: 2,
|
outlineWidth: 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user