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
Boxiang Sun
gitlab-ce
Commits
596b0103
Commit
596b0103
authored
May 07, 2019
by
Marcel van Remmerden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor badge with link layout
parent
0619e111
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
22 deletions
+18
-22
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+16
-20
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+2
-2
No files found.
app/assets/stylesheets/framework/header.scss
View file @
596b0103
...
...
@@ -85,26 +85,6 @@
padding
:
2px
8px
;
margin
:
5px
2px
5px
-8px
;
border-radius
:
$border-radius-default
;
&
.badge
{
font-size
:
12px
;
border-radius
:
100px
;
margin-top
:
6px
;
&
:hover
,
&
:active
,
&
:focus
{
background-color
:
$green-500
;
}
.color-label
{
line-height
:
15px
;
}
.color-label
:hover
{
text-decoration
:
none
;
}
}
}
.project-item-select
{
...
...
@@ -492,6 +472,22 @@
background-color
:
$blue-500
;
}
}
.canary-badge
{
.badge
{
font-size
:
12px
;
line-height
:
16px
;
padding
:
0
8px
;
}
&
:hover
{
text-decoration
:
none
;
.badge
{
text-decoration
:
none
;
}
}
}
}
@include
media-breakpoint-down
(
xs
)
{
...
...
app/views/layouts/header/_default.html.haml
View file @
596b0103
...
...
@@ -17,8 +17,8 @@
-
if
logo_text
.
present?
%span
.logo-text.d-none.d-lg-block.prepend-left-8
=
logo_text
=
link_to
'https://next.gitlab.com'
,
class:
'label-link js-canary-badge
badge badge-pill green-badge align-self-center p-0
'
,
target: :_blank
do
%span
.color-label.has-tooltip
=
link_to
'https://next.gitlab.com'
,
class:
'label-link js-canary-badge
canary-badge bg-transparent
'
,
target: :_blank
do
%span
.color-label.has-tooltip
.badge.badge-pill.green-badge
=
_
(
'Next'
)
-
if
current_user
...
...
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