Skip to content

Commit

Permalink
Remove arrow from menu popup
Browse files Browse the repository at this point in the history
  • Loading branch information
adiganga2002 committed Oct 19, 2022
1 parent efa8de9 commit 4b829bc
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions apihub-root/lightweight-pwa/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,6 @@ body {
box-shadow: 0px 15px 20px rgba(28, 34, 40, 0.3);
}

/*.app-menu-container:after {
border: 0.8em solid transparent;
border-top-color: #fff;
content: '';
position: inherit;
width: 0;
height: 0;
bottom: -18%;
left: 47%;
}*/

.app-menu-container > div {
margin: 2% 3%;
}
Expand Down Expand Up @@ -704,17 +693,6 @@ body {
font-size: 2.2vh;
}

.app-menu-container:after {
border: 0.5em solid transparent;
border-top-color: #fff;
content: '';
position: inherit;
width: 0;
height: 0;
bottom: -15%;
left: 47%;
}

.content-container {
border-radius: 47px;
}
Expand Down

0 comments on commit 4b829bc

Please sign in to comment.