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
8568f254
Commit
8568f254
authored
Mar 26, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for issuable.scss
parent
30479246
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+7
-1
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
8568f254
...
...
@@ -264,6 +264,10 @@
.selectbox
{
display
:
none
;
&
.show
{
display
:
block
;
}
}
.btn-clipboard
:hover
{
...
...
@@ -317,6 +321,7 @@
}
.no-value
,
.btn-default-hover-link
,
.btn-secondary-hover-link
{
color
:
$gl-text-color-secondary
;
}
...
...
@@ -600,7 +605,6 @@
margin
:
-7px
;
}
.user-list
{
display
:
flex
;
flex-wrap
:
wrap
;
...
...
@@ -724,6 +728,7 @@
.issuable-main-info
{
flex
:
1
auto
;
margin-right
:
10px
;
min-width
:
0
;
.issue-weight-icon
{
vertical-align
:
sub
;
...
...
@@ -785,6 +790,7 @@
@media
(
max-width
:
map-get
(
$grid-breakpoints
,
lg
)
-1
)
{
.task-status
,
.issuable-due-date
,
.issuable-weight
,
.project-ref-path
{
display
:
none
;
}
...
...
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