Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
admin_toolbar
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
admin_toolbar
Commits
a58a23dd
Commit
a58a23dd
authored
8 months ago
by
David Suissa
Committed by
Jakob P
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3462195
: GitlabCI: Fix Stylelint validation errors
parent
efb450ae
No related branches found
No related tags found
1 merge request
!84
Issue #3462195 by DYdave: Stylelint on GitlabCI: Fixed all validation errors.
Pipeline
#241930
passed with warnings
8 months ago
Stage: build
Stage: validate
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
css/admin.toolbar.css
+29
-16
29 additions, 16 deletions
css/admin.toolbar.css
css/admin.toolbar_search.css
+4
-4
4 additions, 4 deletions
css/admin.toolbar_search.css
with
40 additions
and
20 deletions
.gitlab-ci.yml
+
7
−
0
View file @
a58a23dd
...
...
@@ -30,3 +30,10 @@ variables:
OPT_IN_TEST_NEXT_MINOR
:
1
OPT_IN_TEST_NEXT_MAJOR
:
1
OPT_IN_TEST_MAX_PHP
:
1
#
# Stylelint overrides and configuration.
#
stylelint
:
# Require stylelint to pass.
allow_failure
:
false
This diff is collapsed.
Click to expand it.
css/admin.toolbar.css
+
29
−
16
View file @
a58a23dd
...
...
@@ -6,16 +6,19 @@
background
:
#abeae4
;
}
.toolbar-tray-horizontal
.toolbar-menu
:not
(
:first-child
)
li
.menu-item--expanded
>
a
:focus
{
background-position
:
center
right
;
.toolbar-tray-horizontal
.toolbar-menu
:not
(
:first-child
)
li
.menu-item--expanded
>
a
:focus
{
background-image
:
url(../misc/icons/0074bd/chevron-right.svg)
;
background-repeat
:
no-repeat
;
background-position
:
center
right
;
}
.toolbar-tray-horizontal
.menu-item--expanded
.menu
{
background
:
#fff
;
width
:
auto
;
height
:
auto
;
background
:
#fff
;
}
.toolbar-tray-horizontal
.menu-item--expanded
{
...
...
@@ -30,8 +33,8 @@
}
.toolbar
.toolbar-tray-horizontal
.menu-item
:last-child
{
border-left
:
1px
solid
#ddd
;
border-right
:
1px
solid
#ddd
;
border-left
:
1px
solid
#ddd
;
}
.toolbar
.toolbar-tray-horizontal
ul
ul
li
.menu-item
:first-child
{
...
...
@@ -42,8 +45,8 @@
.toolbar-tray-horizontal
li
.menu-item--expanded.hover-intent
ul
ul
ul
,
.toolbar-tray-horizontal
li
.menu-item--expanded.hover-intent
ul
ul
ul
ul
,
.toolbar-tray-horizontal
li
.menu-item--expanded.hover-intent
ul
ul
ul
ul
ul
{
display
:
none
;
left
:
-999em
;
/* LTR */
display
:
none
;
}
/* Lists nested under hovered list items */
...
...
@@ -52,8 +55,8 @@
.toolbar-tray-horizontal
li
li
li
.menu-item--expanded.hover-intent
ul
,
.toolbar-tray-horizontal
li
li
li
li
.menu-item--expanded.hover-intent
ul
,
.toolbar-tray-horizontal
li
li
li
li
li
.menu-item--expanded.hover-intent
ul
{
display
:
block
;
left
:
auto
;
/* LTR */
display
:
block
;
}
.toolbar-tray-horizontal
.menu
ul
li
a
,
...
...
@@ -62,11 +65,11 @@
}
.toolbar-tray-horizontal
ul
li
.menu-item--expanded.hover-intent
ul
{
display
:
block
;
position
:
absolute
;
z-index
:
1
;
display
:
block
;
width
:
200px
;
box-shadow
:
2px
2px
3px
hsla
(
0
,
0%
,
0%
,
0.4
);
z-index
:
1
;
}
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
.menu-item
>
ul
{
...
...
@@ -74,9 +77,9 @@
}
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
ul
li
.menu-item--expanded
{
background-position
:
center
right
;
background-image
:
url(../misc/icons/0074bd/chevron-right.svg)
;
background-repeat
:
no-repeat
;
background-position
:
center
right
;
}
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
.menu-item.hover-intent
ul
{
...
...
@@ -94,29 +97,39 @@
.toolbar-tray-horizontal
.toolbar
.level-2
>
ul
{
position
:
absolute
;
padding-top
:
0
;
top
:
0
;
left
:
200px
;
width
:
200px
;
padding-top
:
0
;
}
.toolbar
.toolbar-tray-vertical
li
.open
>
ul
.toolbar-menu.clearfix
{
display
:
block
;
}
.toolbar-menu
.menu-item
>
span
{
padding
:
1em
1.3333em
;
.toolbar-menu
.menu-item
>
span
{
display
:
block
;
color
:
#434343
;
padding
:
1em
1.3333em
;
cursor
:
pointer
;
color
:
#434343
;
}
[
dir
=
"rtl"
]
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
ul
li
.menu-item--expanded
{
background-position
:
center
left
;
[
dir
=
"rtl"
]
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
ul
li
.menu-item--expanded
{
background-image
:
url(../misc/icons/0074bd/chevron-left.svg)
;
background-position
:
center
left
;
}
[
dir
=
"rtl"
]
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
.menu-item.hover-intent
ul
{
[
dir
=
"rtl"
]
.toolbar-tray-horizontal
ul
li
.menu-item--expanded
.menu-item.hover-intent
ul
{
margin
:
-40px
197px
0
0
;
}
...
...
This diff is collapsed.
Click to expand it.
css/admin.toolbar_search.css
+
4
−
4
View file @
a58a23dd
...
...
@@ -2,19 +2,19 @@
padding-left
:
1em
;
}
#admin-toolbar-search-tab
.toolbar-item
:before
{
#admin-toolbar-search-tab
.toolbar-item
:
:
before
{
background-image
:
url(../misc/icons/bebebe/loupe.svg)
;
}
#admin-toolbar-search-tab
.toolbar-item
:active:before
,
#admin-toolbar-search-tab
.toolbar-item.is-active
:before
{
#admin-toolbar-search-tab
.toolbar-item
:active:
:
before
,
#admin-toolbar-search-tab
.toolbar-item.is-active
:
:
before
{
background-image
:
url(../misc/icons/ffffff/loupe.svg)
;
}
#toolbar-item-administration-search-tray
label
{
display
:
inline-block
;
margin-right
:
0.5em
;
color
:
#000
;
margin-right
:
.5em
;
font-weight
:
bold
;
}
...
...
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