1
0
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.


![image](https://github.com/Unleash/unleash/assets/14320932/39f711dd-520b-4eb1-ac79-fefc6a79aaf7)

Co-authored-by: Nicolae <nicolae@getunleash.ai>
This commit is contained in:
Nuno Góis 2023-10-16 12:25:27 +01:00 committed by GitHub
parent 1a46ab7b12
commit 19a429c92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -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)(() => ({

View File

@ -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,