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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
3c1a9307
Commit
3c1a9307
authored
Mar 18, 2018
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up selectors in framework/header.scss
parent
f8171595
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
56 deletions
+57
-56
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+52
-56
changelogs/unreleased/44383-cleanup-framework-header.yml
changelogs/unreleased/44383-cleanup-framework-header.yml
+5
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
3c1a9307
.navbar-gitlab
{
&
.navbar-gitlab
{
padding
:
0
16px
;
z-index
:
1000
;
margin-bottom
:
0
;
min-height
:
$header-height
;
border
:
0
;
border-bottom
:
1px
solid
$border-color
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
border-radius
:
0
;
.logo-text
{
line-height
:
initial
;
svg
{
width
:
55px
;
height
:
14px
;
margin
:
0
;
fill
:
$white-light
;
}
}
.container-fluid
{
padding
:
0
;
.user-counter
{
svg
{
margin-right
:
3px
;
}
}
.navbar-toggle
{
right
:
-10px
;
border-radius
:
0
;
min-width
:
45px
;
padding
:
0
;
margin-right
:
-7px
;
font-size
:
14px
;
text-align
:
center
;
color
:
currentColor
;
&
:hover
,
&
:focus
,
&
.active
{
color
:
currentColor
;
background-color
:
transparent
;
}
.more-icon
,
.close-icon
{
fill
:
$white-light
;
margin
:
auto
;
}
}
padding
:
0
16px
;
z-index
:
1000
;
margin-bottom
:
0
;
min-height
:
$header-height
;
border
:
0
;
border-bottom
:
1px
solid
$border-color
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
border-radius
:
0
;
.logo-text
{
line-height
:
initial
;
svg
{
width
:
55px
;
height
:
14px
;
margin
:
0
;
fill
:
$white-light
;
}
}
...
...
@@ -184,6 +148,38 @@
}
.container-fluid
{
padding
:
0
;
.user-counter
{
svg
{
margin-right
:
3px
;
}
}
.navbar-toggle
{
right
:
-10px
;
border-radius
:
0
;
min-width
:
45px
;
padding
:
0
;
margin-right
:
-7px
;
font-size
:
14px
;
text-align
:
center
;
color
:
currentColor
;
&
:hover
,
&
:focus
,
&
.active
{
color
:
currentColor
;
background-color
:
transparent
;
}
.more-icon
,
.close-icon
{
fill
:
$white-light
;
margin
:
auto
;
}
}
.navbar-nav
{
@media
(
max-width
:
$screen-xs-max
)
{
display
:
-
webkit-flex
;
...
...
changelogs/unreleased/44383-cleanup-framework-header.yml
0 → 100644
View file @
3c1a9307
---
title
:
Clean up selectors in framework/header.scss
merge_request
:
17822
author
:
Takuya Noguchi
type
:
other
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