Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
9a9dbaac
Commit
9a9dbaac
authored
Aug 09, 2021
by
Nils Windisch
Browse files
style: improve styling of annotations info hover
parent
f6e6a50b
Pipeline
#219172
passed with stages
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/annotations/annotations.vue
View file @
9a9dbaac
...
...
@@ -478,17 +478,16 @@ export default {
}
.annotation-tooltip
{
background-color
:
#fff
!
important
;
border-radius
:
8px
;
box-shadow
:
0
0
8
-1
rgba
(
0
,
0
,
0
,
0
.5
);
background-color
:
$grey-2
!
important
;
box-shadow
:
$shadow-1
;
color
:
#000
!
important
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
left
:
0
;
padding
:
12
px
;
padding
:
8
px
;
position
:
absolute
;
text-decoration
:
none
!
important
;
top
:
0
;
width
:
2
0
0px
;
width
:
2
4
0px
;
z-index
:
10000
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment