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
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
Commits
5a4426b4
Commit
5a4426b4
authored
5 months ago
by
Stephen Mustgrave
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3469283
: Elements within tip dialog modals only use browser focus...
parent
885f6f81
Loading
Loading
1 merge request
!47
Issue #3469283: Elements within tip dialog modals only use browser focus...
Pipeline
#265060
passed with warnings
5 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/tour.module.css
+7
-0
7 additions, 0 deletions
css/tour.module.css
with
7 additions
and
0 deletions
css/tour.module.css
+
7
−
0
View file @
5a4426b4
...
...
@@ -48,6 +48,13 @@
margin-right
:
0
;
}
/* Shared styling for buttons. */
.shepherd-header
.shepherd-cancel-icon
:focus
,
.shepherd-footer
.shepherd-button
:focus
{
outline
:
2px
dotted
transparent
;
box-shadow
:
0
0
0
2px
#fff
,
0
0
0
calc
(
3px
+
2px
)
#26a769
;
}
.shepherd-cancel-icon
{
position
:
absolute
;
top
:
20px
;
...
...
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