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
Jérome Perrin
gitlab-ce
Commits
52fe6522
Commit
52fe6522
authored
Dec 15, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra height declarations in CSS; remove block styling from dropdowns
parent
08ee1e29
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
15 deletions
+1
-15
app/assets/stylesheets/framework/contextual-sidebar.scss
app/assets/stylesheets/framework/contextual-sidebar.scss
+0
-6
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+0
-1
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+0
-6
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-2
No files found.
app/assets/stylesheets/framework/contextual-sidebar.scss
View file @
52fe6522
...
...
@@ -9,12 +9,6 @@
padding-left
:
$contextual-sidebar-width
;
}
// Override position: absolute
.right-sidebar
{
position
:
fixed
;
height
:
calc
(
100%
-
#{
$header-height
}
);
}
.issues-bulk-update.right-sidebar.right-sidebar-expanded
.issuable-sidebar-header
{
padding
:
10px
0
15px
;
}
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
52fe6522
...
...
@@ -214,7 +214,6 @@
.dropdown-menu
,
.dropdown-menu-nav
{
@include
set-invisible
;
display
:
block
;
position
:
absolute
;
width
:
auto
;
top
:
100%
;
...
...
app/assets/stylesheets/framework/sidebar.scss
View file @
52fe6522
...
...
@@ -89,12 +89,6 @@
.right-sidebar
{
border-left
:
1px
solid
$border-color
;
height
:
calc
(
100%
-
#{
$header-height
}
);
&
.affix
{
position
:
fixed
;
top
:
$header-height
;
}
}
.with-performance-bar
.right-sidebar.affix
{
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
52fe6522
...
...
@@ -122,7 +122,7 @@
}
.right-sidebar
{
position
:
absolute
;
position
:
fixed
;
top
:
$header-height
;
bottom
:
0
;
right
:
0
;
...
...
@@ -243,7 +243,6 @@
.issuable-sidebar
{
width
:
calc
(
100%
+
100px
);
height
:
100%
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
-webkit-overflow-scrolling
:
touch
;
...
...
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