From 422a48898efabfa4e22f48ee12c8784a19cf3e8d Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Thu, 14 Nov 2024 16:20:35 +0100 Subject: [PATCH] deleted HPMoreButton --- src/App/App.css | 8 +++----- src/components/Buttons.tsx | 7 +------ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/App/App.css b/src/App/App.css index 88f3a7e2..f64b4b76 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 12a7ef8b..cc9db7f0 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( -- GitLab