Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kypo-trainings-visualization-overview
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
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
MUNI-KYPO-CRP
frontend-angular
components
kypo-trainings-visualization-overview
Commits
20da5e98
Commit
20da5e98
authored
6 years ago
by
Hai Duong Tran
Browse files
Options
Downloads
Patches
Plain Diff
Update z-index of tooltips
parent
05ef2683
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+2
-1
2 additions, 1 deletion
package.json
src/styles.scss
+3
-0
3 additions, 0 deletions
src/styles.scss
with
5 additions
and
1 deletion
package.json
+
2
−
1
View file @
20da5e98
...
...
@@ -10,7 +10,8 @@
"e2e"
:
"ng e2e"
,
"lib-build"
:
"ng build --prod kypo2-trainings-visualization-overview-lib && cp ./src/styles.scss ./dist/kypo2-trainings-visualization-overview-lib"
,
"lib-copy"
:
"cp -a ./dist/kypo2-trainings-visualization-overview-lib/. ../kypo2-trainings-visualization-overview-package/"
,
"lib-push"
:
"cd ../kypo2-trainings-visualization-overview-package && git add . && git commit -m 'Update according to master branch' && git push"
"lib-push"
:
"cd ../kypo2-trainings-visualization-overview-package && git add . && git commit -m 'Update according to master branch' && git push"
,
"lib-build-and-push"
:
"npm run lib-build && npm run lib-copy && npm run lib-push"
},
"private"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/styles.scss
+
3
−
0
View file @
20da5e98
...
...
@@ -204,6 +204,7 @@
.player-tooltip
{
position
:
absolute
;
z-index
:
1
;
text-align
:
center
;
padding
:
2px
;
font
:
12px
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
...
...
@@ -219,6 +220,7 @@
.score-progress-tooltip
{
position
:
absolute
;
z-index
:
1
;
text-align
:
center
;
padding
:
8px
;
font
:
12px
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
...
...
@@ -229,6 +231,7 @@
.score-progress-line-tooltip
{
position
:
absolute
;
z-index
:
1
;
text-align
:
center
;
padding
:
8px
;
font
:
12px
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
...
...
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