Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
53bb19ea
Commit
53bb19ea
authored
Aug 7, 2021
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Change la couleur des noeuds (black comme pour les dispositifs) et ajuste les flèches
parent
e2773d9f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/scholar_waterfalls/ScholarWaterfall.svelte
+22
-17
22 additions, 17 deletions
...lib/components/scholar_waterfalls/ScholarWaterfall.svelte
with
22 additions
and
17 deletions
src/lib/components/scholar_waterfalls/ScholarWaterfall.svelte
+
22
−
17
View file @
53bb19ea
...
...
@@ -294,31 +294,36 @@
class=
"text-le-gris-dispositif-dark hover:text-black"
on:click=
{
()
=>
zoomOut
(
decomposition
.
parentName
)
}
>
<!--Material Icon Expand
l
ess-->
<!--Material Icon Expand
L
ess-->
<svg
class=
"fill-current h-
4
w-
4
"
class=
"fill-current h-
5
w-
5 pr-1
"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 18 18"
><path
d=
"M0 0h24v24H0z"
fill=
"none"
/><path
d=
"M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"
/></svg
viewBox=
"0 0 22 18"
fill=
"#000000"
>
<path
d=
"M0 0h18v18H0z"
fill=
"none"
/><path
d=
"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"
/>
</svg>
</button>
{
/if
}
{
#if
(
!
decomposition
.
open
&&
decomposition
.
childrenName
!==
undefined
)
||
decomposition
.
previousChildStack
!==
undefined
}
<button
class=
"
h-2 w-2
hover:text-black text-le-gris-dispositif-dark
"
class=
"hover:text-black text-le-gris-dispositif-dark"
on:click=
{
()
=>
zoomIn
(
decomposition
.
name
)
}
>
<!--Material Navigate Next-->
<!--Material
Icon
Navigate Next
-->
<svg
class=
"fill-current"
class=
"fill-current
h-5 w-5 pr-1
"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 18 18"
><path
d=
"M0 0h24v24H0z"
fill=
"none"
/><path
d=
"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"
/></svg
viewBox=
"0 0 22 18"
fill=
"#000000"
>
<path
d=
"M0 0h18v18H0z"
fill=
"none"
/>
<path
d=
"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
/>
</svg>
</button>
{
/if
}
{
:
else
}
...
...
@@ -394,7 +399,7 @@
<!-- Noeud intermédiaire, mais ne faisant pas partie du tronc-->
{
#if
decomposition
.
open
}
<button
class=
"text-
le-gris-dispositif-dar
k p-0 "
class=
"text-
blac
k p-0 "
on:click=
{
()
=>
zoomOut
(
decomposition
.
name
)
}
>
<!--Material Icon Expand Less-->
...
...
@@ -411,14 +416,14 @@
</button>
{
:
else
}
<button
class=
"text-
le-gris-dispositif-dar
k p-0"
class=
"text-
blac
k p-0"
on:click=
{
()
=>
zoomIn
(
decomposition
.
name
)
}
>
<!--Material Icon Navigate Next -->
<svg
class=
"fill-current h-5 w-5 pr-1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0
18
18"
viewBox=
"0 0
22
18"
fill=
"#000000"
>
<path
d=
"M0 0h18v18H0z"
fill=
"none"
/>
...
...
@@ -430,7 +435,7 @@
{
/if
}
<div
class=
"hover:bg-white cursor-pointer
hover:font-bold
font-serif overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-
le-gris-dispositif
text-base hover:underline hover:z-20"
class=
"hover:bg-white cursor-pointer font-serif overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-
black hover:text-black
text-base hover:underline hover:z-20"
on:click=
{
()
=>
{
if
(
decomposition
.
open
)
{
zoomOut
(
decomposition
.
name
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment