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
bf1c7dce
Commit
bf1c7dce
authored
Mar 26, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for framework.scss
parent
30479246
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
0 deletions
+93
-0
app/assets/stylesheets/framework.scss
app/assets/stylesheets/framework.scss
+1
-0
app/assets/stylesheets/framework/sortable.scss
app/assets/stylesheets/framework/sortable.scss
+92
-0
No files found.
app/assets/stylesheets/framework.scss
View file @
bf1c7dce
...
...
@@ -60,6 +60,7 @@
@import
'framework/memory_graph'
;
@import
'framework/responsive_tables'
;
@import
'framework/stacked_progress_bar'
;
@import
'framework/sortable'
;
@import
'framework/ci_variable_list'
;
@import
'framework/feature_highlight'
;
@import
'framework/terms'
;
...
...
app/assets/stylesheets/framework/sortable.scss
0 → 100644
View file @
bf1c7dce
.sortable-container
{
background-color
:
$gray-light
;
.flex-list
{
padding
:
5px
;
margin-bottom
:
0
;
}
}
.sortable-row
{
.flex-row
{
display
:
flex
;
&
.issuable-info-container
{
padding-right
:
0
;
}
}
.sortable-link
{
color
:
$black
;
}
}
.gl-sortable
{
.header
{
user-select
:
none
;
&
:hover
{
cursor
:
pointer
;
background-color
:
$gray-100
;
}
&
:focus
{
outline
:
1px
solid
$blue-300
;
}
}
}
.related-issues-list-item
{
.card-body
,
.issuable-info-container
{
padding
:
$gl-padding-4
$gl-padding-4
$gl-padding-4
$gl-padding
;
.block-truncated
{
padding
:
$gl-padding-8
0
;
line-height
:
$gl-btn-line-height
;
}
@include
media-breakpoint-down
(
md
)
{
padding-left
:
$gl-padding
;
.block-truncated
{
flex-direction
:
column-reverse
;
padding
:
$gl-padding-4
0
;
.text-secondary
{
margin-top
:
$gl-padding-4
;
}
.issue-token-title-text
{
display
:
block
;
}
}
.issue-item-remove-button
{
align-self
:
baseline
;
}
}
@include
media-breakpoint-only
(
md
)
{
.block-truncated
.issue-token-title-text
{
white-space
:
nowrap
;
}
.issue-item-remove-button
{
align-self
:
center
;
}
}
@include
media-breakpoint-down
(
sm
)
{
padding-left
:
$gl-padding-8
;
.block-truncated
.issue-token-title-text
{
white-space
:
normal
;
}
}
}
&
.is-dragging
{
padding
:
0
;
}
}
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