Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_browser
Merge requests
!446
An error occurred while fetching the assigned milestone of the selected merge_request.
Add outline to :focus-visible state for input.filter__checkbox to ensure visibility in Safari.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add outline to :focus-visible state for input.filter__checkbox to ensure visibility in Safari.
issue/project_browser-3365103:3365103-outline
into
1.0.x
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Add outline to :focus-visible state for input.filter__checkbox to ensure visibility in Safari.
Jay Huskins
requested to merge
issue/project_browser-3365103:3365103-outline
into
1.0.x
Mar 8, 2024
Overview
1
Commits
1
Pipelines
2
Changes
1
Closes
#3365103
0
0
Merge request reports
Compare
1.0.x
version 1
5b7b705d
Mar 8, 2024
1.0.x (base)
and
latest version
latest version
5b7b705d
1 commit,
Mar 8, 2024
version 1
5b7b705d
1 commit,
Mar 8, 2024
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/pb.css
+
4
−
0
View file @ 5b7b705d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -28,6 +28,10 @@
.filter__checkbox
{
margin-inline
:
10px
;
}
input
.filter__checkbox
:focus-visible
{
outline
:
3px
solid
#26a769
;
outline-offset
:
2px
;
}
.filter__fieldset
{
border
:
none
;
}
Loading