File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
scanpipe/templates/scanpipe Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,10 @@ a[target="_blank"] .fa-up-right-from-square {
340340# content-header input [name = "search" ] {
341341 width : 225px ;
342342}
343+ .is-borderless {
344+ --bulma-button-border-width : 0px ;
345+ --bulma-button-outer-shadow-a : 0 ;
346+ }
343347button .as-link {
344348 height : auto;
345349 line-height : initial;
Original file line number Diff line number Diff line change 2121 </ li >
2222 < li class ="is-active ">
2323 < a href ="# " aria-current ="page "> {{ project.name }}</ a >
24+ < button class ="button is-borderless has-text-grey copy-to-clipboard p-2 " aria-label ="Copy name " data-copy ="{{ project.name }} " data-copy-feedback ="Name copied! ">
25+ < i class ="fa-regular fa-clone "> </ i >
26+ </ button >
2427 </ li >
2528 </ ul >
2629 </ nav >
Original file line number Diff line number Diff line change 3030 {% endif %}
3131 {% endfor %}
3232 </ ul >
33- < button class ="button is-white copy-to-clipboard p-2 " aria-label ="Copy path " data-copy ="{{ path }} " data-copy-feedback ="Path copied! ">
33+ < button class ="button is-borderless copy-to-clipboard p-2 " aria-label ="Copy path " data-copy ="{{ path }} " data-copy-feedback ="Path copied! ">
3434 < i class ="fa-regular fa-clone "> </ i >
3535 </ button >
3636</ nav >
You can’t perform that action at this time.
0 commit comments