Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a6e891cb
Commit
a6e891cb
authored
Mar 10, 2022
by
Peter Hegman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '350061-remove-leftover-css' into 'master'
Remove leftover CSS See merge request gitlab-org/gitlab!82293
parents
f7c9baad
146ad7ef
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
69 deletions
+0
-69
app/assets/stylesheets/framework/contextual_sidebar.scss
app/assets/stylesheets/framework/contextual_sidebar.scss
+0
-17
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+0
-13
app/assets/stylesheets/startup/startup-general.scss
app/assets/stylesheets/startup/startup-general.scss
+0
-13
ee/app/assets/stylesheets/startup/startup-dark.scss
ee/app/assets/stylesheets/startup/startup-dark.scss
+0
-13
ee/app/assets/stylesheets/startup/startup-general.scss
ee/app/assets/stylesheets/startup/startup-general.scss
+0
-13
No files found.
app/assets/stylesheets/framework/contextual_sidebar.scss
View file @
a6e891cb
...
...
@@ -360,27 +360,10 @@
}
>
li
{
// TODO: Remove this block once all sidebar badges use gl_badge_tag
// https://gitlab.com/gitlab-org/gitlab/-/issues/350061
.badge.badge-pill
:not
(
.gl-badge
)
{
@include
gl-rounded-lg
;
@include
gl-py-1
;
@include
gl-px-3
;
background-color
:
$blue-100
;
color
:
$blue-700
;
}
&
.active
{
.sidebar-sub-level-items
:not
(
.is-fly-out-only
)
{
display
:
block
;
}
// TODO: Remove this block once all sidebar badges use gl_badge_tag
// https://gitlab.com/gitlab-org/gitlab/-/issues/350061
.badge.badge-pill
:not
(
.gl-badge
)
{
@include
gl-font-weight-normal
;
color
:
$blue-700
;
}
}
}
...
...
app/assets/stylesheets/startup/startup-dark.scss
View file @
a6e891cb
...
...
@@ -1380,24 +1380,11 @@ input {
border-radius
:
4px
;
box-shadow
:
inset
0
0
0
1px
rgba
(
0
,
0
,
0
,
0
.08
);
}
.sidebar-top-level-items
>
li
.badge.badge-pill
:not
(
.gl-badge
)
{
border-radius
:
0
.5rem
;
padding-top
:
0
.125rem
;
padding-bottom
:
0
.125rem
;
padding-left
:
0
.5rem
;
padding-right
:
0
.5rem
;
background-color
:
#064787
;
color
:
#9dc7f1
;
}
.sidebar-top-level-items
>
li
.active
.sidebar-sub-level-items
:not
(
.is-fly-out-only
)
{
display
:
block
;
}
.sidebar-top-level-items
>
li
.active
.badge.badge-pill
:not
(
.gl-badge
)
{
font-weight
:
400
;
color
:
#9dc7f1
;
}
.sidebar-top-level-items
li
>
a
.gl-link
{
color
:
#fafafa
;
}
...
...
app/assets/stylesheets/startup/startup-general.scss
View file @
a6e891cb
...
...
@@ -1365,24 +1365,11 @@ input {
border-radius
:
4px
;
box-shadow
:
inset
0
0
0
1px
rgba
(
0
,
0
,
0
,
0
.08
);
}
.sidebar-top-level-items
>
li
.badge.badge-pill
:not
(
.gl-badge
)
{
border-radius
:
0
.5rem
;
padding-top
:
0
.125rem
;
padding-bottom
:
0
.125rem
;
padding-left
:
0
.5rem
;
padding-right
:
0
.5rem
;
background-color
:
#cbe2f9
;
color
:
#0b5cad
;
}
.sidebar-top-level-items
>
li
.active
.sidebar-sub-level-items
:not
(
.is-fly-out-only
)
{
display
:
block
;
}
.sidebar-top-level-items
>
li
.active
.badge.badge-pill
:not
(
.gl-badge
)
{
font-weight
:
400
;
color
:
#0b5cad
;
}
.sidebar-top-level-items
li
>
a
.gl-link
{
color
:
#303030
;
}
...
...
ee/app/assets/stylesheets/startup/startup-dark.scss
View file @
a6e891cb
...
...
@@ -1380,24 +1380,11 @@ input {
border-radius
:
4px
;
box-shadow
:
inset
0
0
0
1px
rgba
(
0
,
0
,
0
,
0
.08
);
}
.sidebar-top-level-items
>
li
.badge.badge-pill
:not
(
.gl-badge
)
{
border-radius
:
0
.5rem
;
padding-top
:
0
.125rem
;
padding-bottom
:
0
.125rem
;
padding-left
:
0
.5rem
;
padding-right
:
0
.5rem
;
background-color
:
#064787
;
color
:
#9dc7f1
;
}
.sidebar-top-level-items
>
li
.active
.sidebar-sub-level-items
:not
(
.is-fly-out-only
)
{
display
:
block
;
}
.sidebar-top-level-items
>
li
.active
.badge.badge-pill
:not
(
.gl-badge
)
{
font-weight
:
400
;
color
:
#9dc7f1
;
}
.sidebar-top-level-items
li
>
a
.gl-link
{
color
:
#fafafa
;
}
...
...
ee/app/assets/stylesheets/startup/startup-general.scss
View file @
a6e891cb
...
...
@@ -1365,24 +1365,11 @@ input {
border-radius
:
4px
;
box-shadow
:
inset
0
0
0
1px
rgba
(
0
,
0
,
0
,
0
.08
);
}
.sidebar-top-level-items
>
li
.badge.badge-pill
:not
(
.gl-badge
)
{
border-radius
:
0
.5rem
;
padding-top
:
0
.125rem
;
padding-bottom
:
0
.125rem
;
padding-left
:
0
.5rem
;
padding-right
:
0
.5rem
;
background-color
:
#cbe2f9
;
color
:
#0b5cad
;
}
.sidebar-top-level-items
>
li
.active
.sidebar-sub-level-items
:not
(
.is-fly-out-only
)
{
display
:
block
;
}
.sidebar-top-level-items
>
li
.active
.badge.badge-pill
:not
(
.gl-badge
)
{
font-weight
:
400
;
color
:
#0b5cad
;
}
.sidebar-top-level-items
li
>
a
.gl-link
{
color
:
#303030
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment