Skip to content

Commit

Permalink
Remove --menuButtonLabelDisplay ; unused
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Mar 9, 2024
1 parent 4f03287 commit 7fc13e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
--blueBookmarkColor: #0023f5;
--greenBookmarkColor: #75ef4c;

--menuButtonLabelDisplay: block;
--menuWidth: 320px;
--menuSliderBg: var(--secondaryBGColor);
--activeButtonBg: var(--tertiaryBGColor);
Expand Down
8 changes: 1 addition & 7 deletions src/menu-slider/styles/menu-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default css`
}
.menu-item {
display: inline-flex;
display: flex;
width: 100%;
padding: 0;
font-size: 1.6rem;
Expand All @@ -27,17 +27,11 @@ export default css`
}
.label {
display: var(--menuButtonLabelDisplay, none);
padding: 0;
font-weight: 400;
color: var(--primaryTextColor);
text-align: left;
vertical-align: middle;
margin-left: 1rem;
}
.menu-details {
color: var(--primaryTextColor);
display: inline-block;
margin-left: 0.5rem;
font-style: italic;
Expand Down

0 comments on commit 7fc13e0

Please sign in to comment.