We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577e540 commit 0154c45Copy full SHA for 0154c45
2 files changed
src/components/app/App.scss
@@ -17,6 +17,7 @@ div.rounded-input {
17
.no-anchor-styles:hover, .no-anchor-styles:focus {
18
color: inherit;
19
text-decoration: none;
20
+ outline: none;
21
}
22
.default-button-styles, .default-button-styles:hover, .default-button-styles:focus {
23
src/components/app/Header.jsx
@@ -130,6 +130,8 @@ const Header = props => {
130
<List>
131
<ListItem disablePadding sx={{ display: 'block' }}>
132
<ListItemButton
133
+ href="/#/"
134
+ className='no-anchor-styles'
135
selected={open}
136
sx={{
137
minHeight: 56,
0 commit comments