Skip to content

Commit

Permalink
Adding a focus to the mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Aug 23, 2023
1 parent 93d4430 commit b81b4e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ export const NewsroomMenu = ({}) => {
}

const Mobile = styled.span`
background-color: orange;
@media (min-width: 992px) {
position: unset;
}
Expand Down Expand Up @@ -253,12 +251,12 @@ const Button = styled.button`
width: 38px;
height: 38px;
&:hover, &:focus, &:active {
&:focus, &:hover, &:active {
box-shadow: none;
background: none;
color: white;
color: #155F65;
background-color: #92D7DD;
outline: none;
border-radius: unset;
border-radius: 999px;
}
@media (min-width: 992px) {
Expand Down

0 comments on commit b81b4e7

Please sign in to comment.