Skip to content
Snippets Groups Projects
Commit 422a4889 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

deleted HPMoreButton

parent 9681becf
No related branches found
No related tags found
No related merge requests found
Pipeline #530240 failed
...@@ -242,9 +242,7 @@ cursor: pointer; ...@@ -242,9 +242,7 @@ cursor: pointer;
padding: 0.5rem; padding: 0.5rem;
color: var(--text-primary); color: var(--text-primary);
} }
.active-scroll-spy{
background-color: yellowgreen !important;
}
/* * * * * * * */ /* * * * * * * */
/* * GENERAL * */ /* * GENERAL * */
...@@ -625,14 +623,14 @@ footer a:hover { ...@@ -625,14 +623,14 @@ footer a:hover {
/* * * * * * * * */ /* * * * * * * * */
/* * *BUTTONS* * */ /* * *BUTTONS* * */
/* * * * * * * * */ /* * * * * * * * */
.hp-more-button{ /* .hp-more-button{
padding: 5px; padding: 5px;
border-radius: 10px; border-radius: 10px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
} } */
.hp-more-button:hover, .bfh-more-button:hover{ .hp-more-button:hover, .bfh-more-button:hover{
filter: brightness(0.5); filter: brightness(0.5);
} }
......
...@@ -144,12 +144,7 @@ export function TabButton({classy, name, closing, opentype, type}:TabButtonProps ...@@ -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}){ export function BFHMoreButton({it}: {it: string}){
return( return(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment