diff --git a/src/App/App.css b/src/App/App.css index 88f3a7e27a47829918d14703967243cec3d7589c..f64b4b76422a19db0f1c6682a812ffcbbfee8676 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -242,9 +242,7 @@ cursor: pointer; padding: 0.5rem; color: var(--text-primary); } -.active-scroll-spy{ - background-color: yellowgreen !important; -} + /* * * * * * * */ /* * GENERAL * */ @@ -625,14 +623,14 @@ footer a:hover { /* * * * * * * * */ /* * *BUTTONS* * */ /* * * * * * * * */ -.hp-more-button{ +/* .hp-more-button{ padding: 5px; border-radius: 10px; padding-left: 10px; padding-right: 10px; margin-left: 5px; margin-right: 5px; -} +} */ .hp-more-button:hover, .bfh-more-button:hover{ filter: brightness(0.5); } diff --git a/src/components/Buttons.tsx b/src/components/Buttons.tsx index 12a7ef8bb969bd19b746cc1995c26b589568f688..cc9db7f02101d01d7acfdcf1db7c8454f0dd68ad 100644 --- a/src/components/Buttons.tsx +++ b/src/components/Buttons.tsx @@ -144,12 +144,7 @@ export function TabButton({classy, name, closing, opentype, type}:TabButtonProps ) } -export function HPMoreButton({name}: {name: string}){ - let c = "timelinepersontabs" - return( - <button className="tablinks hp-more-button" onClick={openElement({elementToOpen: name, classToHide: c, buttonClass: "tabbutton"})}> More</button> - ) -} + export function BFHMoreButton({it}: {it: string}){ return(