Skip to content
Snippets Groups Projects
Commit 0a5c464c authored by Adrian Orłów's avatar Adrian Orłów
Browse files

feat: remove background color from overview image link

parent 75dd6a03
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!77feat: add overview image interactive layer
Pipeline #83138 passed
...@@ -34,12 +34,12 @@ export const OverviewImagesModal: React.FC = () => { ...@@ -34,12 +34,12 @@ export const OverviewImagesModal: React.FC = () => {
role="button" role="button"
tabIndex={0} tabIndex={0}
key={idObject} key={idObject}
className="cursor-pointer"
style={{ style={{
height: linkSize.height, height: linkSize.height,
width: linkSize.width, width: linkSize.width,
top: linkSize.top, top: linkSize.top,
left: linkSize.left, left: linkSize.left,
background: 'rgba(0,0,0,0.2)',
position: 'absolute', position: 'absolute',
}} }}
onClick={onClick} onClick={onClick}
......
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