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
1448e9ed
Commit
1448e9ed
authored
1 year ago
by
Toufic Batache
Browse files
Options
Downloads
Patches
Plain Diff
Fix navbar button clicks
parent
21fca721
No related branches found
No related tags found
1 merge request
!210
Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib/components/NavBar.svelte
+1
-1
1 addition, 1 deletion
src/lib/components/NavBar.svelte
src/lib/components/accordion/AccordionItem.svelte
+1
-1
1 addition, 1 deletion
src/lib/components/accordion/AccordionItem.svelte
with
2 additions
and
2 deletions
src/lib/components/NavBar.svelte
+
1
−
1
View file @
1448e9ed
...
...
@@ -152,7 +152,7 @@
{
#if
$welcomePage
}
<
div
class
=
"
absolute inset-0 mx-auto h-full flex justify-center items-center gap-2 uppercase text-white
"
class
=
"
absolute inset-0
pointer-events-none
mx-auto h-full flex justify-center items-center gap-2 uppercase text-white
"
in
:
fade
=
{{
duration
:
100
,
delay
:
150
}}
out
:
fade
=
{{
duration
:
75
}}
>
...
...
This diff is collapsed.
Click to expand it.
src/lib/components/accordion/AccordionItem.svelte
+
1
−
1
View file @
1448e9ed
...
...
@@ -47,7 +47,7 @@
<button
bind:this=
{
item
}
class=
"w-full flex justify-between items-center py-2 pr-1 shadow-[0_1px_0_0_#a3a3a3] transition-all duration-300"
class=
"w-full flex justify-between items-center py-2 pr-1 shadow-[0_1px_0_0_#a3a3a3]
hover:bg-black hover:bg-opacity-5 active:bg-black active:bg-opacity-10
transition-all duration-300"
class:shadow-
[0
_2px_0_0_#525252]=
{
isOpen
}
id=
{
itemId
}
on:click=
{
toggleOpen
}
...
...
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