diff --git a/demo/index.html b/demo/index.html index df5a734..6247448 100644 --- a/demo/index.html +++ b/demo/index.html @@ -25,7 +25,6 @@ --blueBookmarkColor: #0023f5; --greenBookmarkColor: #75ef4c; - --menuButtonLabelDisplay: block; --menuWidth: 320px; --menuSliderBg: var(--secondaryBGColor); --activeButtonBg: var(--tertiaryBGColor); diff --git a/src/menu-slider/styles/menu-button.ts b/src/menu-slider/styles/menu-button.ts index 0c2f6e0..9078bee 100644 --- a/src/menu-slider/styles/menu-button.ts +++ b/src/menu-slider/styles/menu-button.ts @@ -7,7 +7,7 @@ export default css` } .menu-item { - display: inline-flex; + display: flex; width: 100%; padding: 0; font-size: 1.6rem; @@ -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;