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
dd195580
Commit
dd195580
authored
Mar 26, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for issues.scss
parent
13283beb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
105 additions
and
106 deletions
+105
-106
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+0
-106
ee/app/assets/stylesheets/pages/issues.scss
ee/app/assets/stylesheets/pages/issues.scss
+105
-0
No files found.
app/assets/stylesheets/pages/issues.scss
View file @
dd195580
...
@@ -294,109 +294,3 @@ ul.related-merge-requests > li {
...
@@ -294,109 +294,3 @@ ul.related-merge-requests > li {
text-align
:
right
;
text-align
:
right
;
}
}
}
}
.issue-token
{
display
:
inline-flex
;
align-items
:
stretch
;
max-width
:
100%
;
line-height
:
1
.75
;
white-space
:
nowrap
;
}
.issue-token-link
{
display
:
inline-flex
;
min-width
:
0
;
color
:
$gl-text-color-secondary
;
&
[
href
]
{
color
:
$blue-600
;
}
&
:hover
,
&
:focus
{
outline
:
none
;
text-decoration
:
none
;
}
}
.issue-token-reference
{
display
:
flex
;
align-items
:
center
;
margin-right
:
1px
;
padding-left
:
0
.5em
;
padding-right
:
0
.5em
;
background-color
:
$gray-lighter
;
border-top-left-radius
:
2px
;
border-bottom-left-radius
:
2px
;
transition
:
background
$general-hover-transition-duration
$general-hover-transition-curve
,
color
$general-hover-transition-duration
$general-hover-transition-curve
;
.issue-token
:hover
&
,
.issue-token-link
:focus
>
&
{
background-color
:
$gray-normal
;
color
:
$blue-800
;
text-decoration
:
none
;
}
}
.issue-token-state-icon-open
{
color
:
$green-500
;
}
.issue-token-state-icon-closed
{
color
:
$blue-500
;
}
.issue-token-title
{
overflow
:
hidden
;
display
:
flex
;
align-items
:
baseline
;
padding-left
:
0
.5em
;
background-color
:
$gray-normal
;
color
:
$gl-text-color-secondary
;
transition
:
background
$general-hover-transition-duration
$general-hover-transition-curve
;
.issue-token
:hover
&
,
.issue-token-link
:focus
>
&
{
background-color
:
$border-gray-normal
;
}
>
.fa
{
line-height
:
inherit
;
}
}
.issue-token-title-standalone
{
padding-right
:
0
.5em
;
border-top-right-radius
:
2px
;
border-bottom-right-radius
:
2px
;
}
.issue-token-title-text
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.issue-token-remove-button
{
display
:
flex
;
align-items
:
center
;
padding
:
0
0
.5em
;
background-color
:
$gray-normal
;
border
:
0
;
border-top-right-radius
:
2px
;
border-bottom-right-radius
:
2px
;
color
:
$gl-text-color-secondary
;
transition
:
background
$general-hover-transition-duration
$general-hover-transition-curve
;
&
:hover
,
&
:focus
,
.issue-token
:hover
&
,
.issue-token-link
:focus
+
&
{
background-color
:
$border-gray-normal
;
outline
:
none
;
}
>
.fa
{
font-size
:
0
.9em
;
}
}
ee/app/assets/stylesheets/pages/issues.scss
0 → 100644
View file @
dd195580
.issue-token
{
display
:
inline-flex
;
align-items
:
stretch
;
max-width
:
100%
;
line-height
:
1
.75
;
white-space
:
nowrap
;
}
.issue-token-link
{
display
:
inline-flex
;
min-width
:
0
;
color
:
$gl-text-color-secondary
;
&
[
href
]
{
color
:
$blue-600
;
}
&
:hover
,
&
:focus
{
outline
:
none
;
text-decoration
:
none
;
}
}
.issue-token-reference
{
display
:
flex
;
align-items
:
center
;
margin-right
:
1px
;
padding-left
:
0
.5em
;
padding-right
:
0
.5em
;
background-color
:
$gray-lighter
;
border-top-left-radius
:
2px
;
border-bottom-left-radius
:
2px
;
transition
:
background
$general-hover-transition-duration
$general-hover-transition-curve
,
color
$general-hover-transition-duration
$general-hover-transition-curve
;
.issue-token
:hover
&
,
.issue-token-link
:focus
>
&
{
background-color
:
$gray-normal
;
color
:
$blue-800
;
text-decoration
:
none
;
}
}
.issue-token-state-icon-open
{
color
:
$green-500
;
}
.issue-token-state-icon-closed
{
color
:
$blue-500
;
}
.issue-token-title
{
overflow
:
hidden
;
display
:
flex
;
align-items
:
baseline
;
padding-left
:
0
.5em
;
background-color
:
$gray-normal
;
color
:
$gl-text-color-secondary
;
transition
:
background
$general-hover-transition-duration
$general-hover-transition-curve
;
.issue-token
:hover
&
,
.issue-token-link
:focus
>
&
{
background-color
:
$border-gray-normal
;
}
>
.fa
{
line-height
:
inherit
;
}
}
.issue-token-title-standalone
{
padding-right
:
0
.5em
;
border-top-right-radius
:
2px
;
border-bottom-right-radius
:
2px
;
}
.issue-token-title-text
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.issue-token-remove-button
{
display
:
flex
;
align-items
:
center
;
padding
:
0
0
.5em
;
background-color
:
$gray-normal
;
border
:
0
;
border-top-right-radius
:
2px
;
border-bottom-right-radius
:
2px
;
color
:
$gl-text-color-secondary
;
transition
:
background
$general-hover-transition-duration
$general-hover-transition-curve
;
&
:hover
,
&
:focus
,
.issue-token
:hover
&
,
.issue-token-link
:focus
+
&
{
background-color
:
$border-gray-normal
;
outline
:
none
;
}
>
.fa
{
font-size
:
0
.9em
;
}
}
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