Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
GéoContrib
Géocontrib Frontend
Commits
02dd34c0
Commit
02dd34c0
authored
1 year ago
by
Timothee P
Browse files
Options
Downloads
Patches
Plain Diff
fix typo & tooltip position
parent
7d8deecc
No related branches found
No related tags found
1 merge request
!552
REDMINE_ISSUE-16897|Import signalement | tooltip masqué et problèmes affichage
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/ImportTask.vue
+7
-2
7 additions, 2 deletions
src/components/ImportTask.vue
with
7 additions
and
2 deletions
src/components/ImportTask.vue
+
7
−
2
View file @
02dd34c0
...
...
@@ -40,7 +40,7 @@
<span
v-if=
"importFile.infos"
:data-tooltip=
"importFile.infos"
class=
"ui icon margin-left"
class=
"ui icon margin-left
import-infos
"
>
<i
v-if=
"importFile.status === 'processing'"
...
...
@@ -65,7 +65,8 @@
</span>
<span
v-if=
"importFile.status === 'pending'"
data-tooltip=
"Statut en attente. Clickez pour rafraichir."
class=
"import-infos"
data-tooltip=
"Statut en attente. Cliquez pour rafraichir."
>
<i
:class=
"['orange icon', ready && !reloading ? 'sync' : 'hourglass half rotate']"
...
...
@@ -166,6 +167,10 @@ i.icon {
height: 20px !important;
}
.import-infos[data-tooltip]{
position: absolute;
}
.rotate {
-webkit-animation:spin 1s linear infinite;
-moz-animation:spin 1s linear infinite;
...
...
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