Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devel_a11y
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
devel_a11y
Merge requests
!7
Issue
#3414508
by Grimreaper: Enable Gitlab CI + Update README + coding standards
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3414508
by Grimreaper: Enable Gitlab CI + Update README + coding standards
issue/devel_a11y-3414508:3414508-enable-gitlab-ci
into
8.x-1.x
Overview
0
Commits
2
Pipelines
2
Changes
6
Merged
Florent Torregrosa
requested to merge
issue/devel_a11y-3414508:3414508-enable-gitlab-ci
into
8.x-1.x
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
6
Expand
Closes
#3414508
0
0
Merge request reports
Compare
8.x-1.x
version 1
cc092e07
1 year ago
8.x-1.x (base)
and
latest version
latest version
503d04bd
2 commits,
1 year ago
version 1
cc092e07
1 commit,
1 year ago
6 files
+
72
−
62
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
css/tabbingmanager.visualize.css
+
1
−
15
Options
@@ -10,24 +10,10 @@
@@ -10,24 +10,10 @@
}
}
}
}
@-webkit-keyframes
webkit-tabbingmanager-visualize-pulse
{
0
%
{
-webkit-box-shadow
:
0
0
5px
#f00
,
0
0
15px
0
white
;
}
50
%
{
-webkit-box-shadow
:
0
0
15px
15px
#f00
,
0
0
15px
25px
rgba
(
255
,
255
,
255
,
0.4
);
}
100
%
{
-webkit-box-shadow
:
0
0
5px
#f00
,
0
0
15px
0
white
;
}
}
.tabbingmanager-visualize-tabbable
{
.tabbingmanager-visualize-tabbable
{
-webkit-animation
:
webkit-tabbingmanager-visualize-pulse
1s
;
animation
:
tabbingmanager-visualize-pulse
1s
;
animation
:
tabbingmanager-visualize-pulse
1s
;
box-shadow
:
inset
0
0
5px
3px
#f00
!important
;
box-shadow
:
inset
0
0
5px
3px
#f00
;
}
}
.tabbingmanager-visualize-tabbable
:focus
{
.tabbingmanager-visualize-tabbable
:focus
{
animation
:
tabbingmanager-visualize-pulse
5s
;
box-shadow
:
inset
0
0
5px
3px
#00f
,
0
0
10px
6px
#00f
!important
;
box-shadow
:
inset
0
0
5px
3px
#00f
,
0
0
10px
6px
#00f
!important
;
}
}
Loading