Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ff2balex
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lex gaMe
ff2balex
Merge requests
!8
Test final
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test final
main
into
test_final
Overview
0
Commits
94
Pipelines
0
Changes
58
Merged
Lucie Bader
requested to merge
main
into
test_final
5 months ago
Overview
0
Commits
94
Pipelines
0
Changes
58
Expand
0
0
Merge request reports
Compare
test_final
test_final (base)
and
latest version
latest version
bdc0eb43
94 commits,
5 months ago
58 files
+
195844
−
849
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
58
Search (e.g. *.vue) (Ctrl+P)
menu_contextuel/custom_context_menu.css deleted
100644 → 0
+
0
−
81
Options
/* === Conteneur principal du menu contextuel === */
#whiteBox
{
position
:
absolute
;
display
:
none
;
min-width
:
50px
;
max-width
:
300px
;
background-color
:
white
;
color
:
#323046
;
border
:
2px
solid
#323046
;
border-radius
:
10px
;
padding
:
10px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.2
);
font-family
:
"Helvetica"
,
sans-serif
;
z-index
:
10000
;
}
/* === Titre/texte indiquant le mot sélectionné === */
#whiteBox
#selectedWord
{
margin
:
0
;
margin-bottom
:
8px
;
font-size
:
14px
;
line-height
:
1.3
;
color
:
#323046
;
font-weight
:
bold
;
text-align
:
center
;
}
/* === Conteneur des icônes === */
#whiteBox
.icon-container
{
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
cursor
:
pointer
;
margin
:
0
;
padding
:
0
;
}
#whiteBox
.icon-container
:hover
{
background-color
:
rgba
(
255
,
255
,
255
,
0.1
);
border-radius
:
6px
;
}
/* === Les icônes elles-mêmes === */
#whiteBox
.icon
{
width
:
40px
;
height
:
40px
;
transition
:
transform
0.2s
ease
;
margin
:
0
auto
;
display
:
block
;
}
#whiteBox
.icon
:hover
{
transform
:
scale
(
1.15
);
}
/* === Message (tooltips) === */
#whiteBox
.tooltip
{
visibility
:
hidden
;
background-color
:
#333
;
color
:
#fff
;
text-align
:
center
;
padding
:
6px
;
border-radius
:
5px
;
position
:
absolute
;
bottom
:
-34px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
white-space
:
nowrap
;
font-size
:
12px
;
opacity
:
0
;
transition
:
opacity
0.2s
ease
,
visibility
0.2s
ease
;
z-index
:
1000
;
}
#whiteBox
.icon-container
:hover
.tooltip
{
visibility
:
visible
;
opacity
:
1
;
}
\ No newline at end of file
Loading