Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tour
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tour
Merge requests
!96
Issue
#3490850
by kenwest, smustgrave: Tour text not visible in Claro theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3490850
by kenwest, smustgrave: Tour text not visible in Claro theme
issue/tour-3490850:3490850-tour-text-not
into
2.0.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Stephen Mustgrave
requested to merge
issue/tour-3490850:3490850-tour-text-not
into
2.0.x
2 weeks ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3490850
👍
0
👎
0
Merge request reports
Compare
2.0.x
2.0.x (base)
and
latest version
latest version
930bb0af
1 commit,
2 weeks ago
1 file
+
19
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/tour.module.css
+
19
−
15
Options
@@ -36,6 +36,7 @@
right
:
20px
;
/* LTR */
bottom
:
20px
;
}
[
dir
=
'rtl'
]
.tour-progress
{
right
:
auto
;
left
:
20px
;
@@ -58,6 +59,7 @@
.shepherd-footer
.shepherd-button
:last-child
{
margin-right
:
0
;
}
/* Shared styling for buttons. */
.button--primary.shepherd-button
:not
(
:disabled
)
:hover
,
.button--primary.shepherd-button
:not
(
:disabled
)
:active
{
@@ -107,7 +109,7 @@
}
.shepherd-element
{
z-index
:
110
;
z-index
:
503
;
width
:
300px
;
background
:
#fff
;
}
@@ -122,22 +124,16 @@
.shepherd-enabled.shepherd-element
{
min-width
:
500px
;
opacity
:
1
;
border
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-radius
:
2px
;
background-color
:
#fff
;
box-shadow
:
0
0
0.625rem
rgba
(
0
,
0
,
0
,
0.56
);
}
.shepherd-element
[
data-popper-reference-hidden
]
:not
(
.shepherd-centered
)
{
opacity
:
0
;
}
.shepherd-element
{
z-index
:
503
;
}
.shepherd-enabled.shepherd-element
{
border
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-radius
:
2px
;
box-shadow
:
0
0
0.625rem
rgba
(
0
,
0
,
0
,
0.56
);
}
.shepherd-element
,
.shepherd-element
*,
.shepherd-element
::after
,
@@ -159,46 +155,54 @@
}
.shepherd-element
[
data-popper-placement
^=
'top'
]
>
.shepherd-arrow
{
bottom
:
-8px
;
bottom
:
-8px
!important
;
border
:
initial
!important
;
}
.shepherd-element
[
data-popper-placement
^=
'top'
]
>
.shepherd-arrow
::before
{
border-right
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-bottom
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-radius
:
2px
;
background
:
#fff
;
box-shadow
:
3px
3px
3px
-3px
rgba
(
0
,
0
,
0
,
0.56
);
}
.shepherd-element
[
data-popper-placement
^=
'bottom'
]
>
.shepherd-arrow
{
top
:
-8px
;
top
:
-8px
!important
;
border
:
initial
!important
;
}
.shepherd-element
[
data-popper-placement
^=
'bottom'
]
>
.shepherd-arrow
::before
{
border-top
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-left
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-radius
:
2px
;
background
:
#fff
;
box-shadow
:
-3px
-3px
3px
-3px
rgba
(
0
,
0
,
0
,
0.56
);
}
.shepherd-element
[
data-popper-placement
^=
'left'
]
>
.shepherd-arrow
{
right
:
-8px
;
right
:
-8px
!important
;
border
:
initial
!important
;
}
.shepherd-element
[
data-popper-placement
^=
'left'
]
>
.shepherd-arrow
::before
{
border-top
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-right
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-radius
:
2px
;
background
:
#fff
;
box-shadow
:
3px
-3px
3px
-3px
rgba
(
0
,
0
,
0
,
0.56
);
}
.shepherd-element
[
data-popper-placement
^=
'right'
]
>
.shepherd-arrow
{
left
:
-8px
;
left
:
-8px
!important
;
border
:
initial
!important
;
}
.shepherd-element
[
data-popper-placement
^=
'right'
]
>
.shepherd-arrow
::before
{
border-bottom
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-left
:
1px
solid
rgba
(
212
,
212
,
218
,
0.8
);
border-radius
:
2px
;
background
:
#fff
;
box-shadow
:
-3px
3px
3px
-3px
rgba
(
0
,
0
,
0
,
0.56
);
}
Loading