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
39e0400c
Commit
39e0400c
authored
May 17, 2020
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up right sidebar border CSS
parent
75c9e832
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
app/assets/stylesheets/page_bundles/ide.scss
app/assets/stylesheets/page_bundles/ide.scss
+10
-12
No files found.
app/assets/stylesheets/page_bundles/ide.scss
View file @
39e0400c
...
@@ -65,6 +65,7 @@ $ide-commit-header-height: 48px;
...
@@ -65,6 +65,7 @@ $ide-commit-header-height: 48px;
flex-direction
:
column
;
flex-direction
:
column
;
flex
:
1
;
flex
:
1
;
border-left
:
1px
solid
var
(
--
ide-border-color
,
$white-dark
);
border-left
:
1px
solid
var
(
--
ide-border-color
,
$white-dark
);
border-right
:
1px
solid
var
(
--
ide-border-color
,
$white-dark
);
overflow
:
hidden
;
overflow
:
hidden
;
}
}
...
@@ -584,14 +585,15 @@ $ide-commit-header-height: 48px;
...
@@ -584,14 +585,15 @@ $ide-commit-header-height: 48px;
background
:
var
(
--
ide-highlight-background
,
$white
);
background
:
var
(
--
ide-highlight-background
,
$white
);
}
}
&
.is-right
{
}
padding-right
:
$gl-padding
;
padding-left
:
$gl-padding
+
1px
;
&
:
:
after
{
&
.is-right
{
right
:
auto
;
padding-right
:
$gl-padding
;
left
:
-1px
;
padding-left
:
$gl-padding
+
1px
;
}
&
:
:
after
{
right
:
auto
;
left
:
-1px
;
}
}
}
}
}
}
...
@@ -877,15 +879,11 @@ $ide-commit-header-height: 48px;
...
@@ -877,15 +879,11 @@ $ide-commit-header-height: 48px;
}
}
.ide-right-sidebar
{
.ide-right-sidebar
{
.ide-activity-bar
{
border-left
:
1px
solid
var
(
--
ide-border-color
,
$white-dark
);
}
.multi-file-commit-panel-inner
{
.multi-file-commit-panel-inner
{
width
:
350px
;
width
:
350px
;
padding
:
$grid-size
0
;
padding
:
$grid-size
0
;
background-color
:
var
(
--
ide-highlight-background
,
$white
);
background-color
:
var
(
--
ide-highlight-background
,
$white
);
border-
lef
t
:
1px
solid
var
(
--
ide-border-color
,
$white-dark
);
border-
righ
t
:
1px
solid
var
(
--
ide-border-color
,
$white-dark
);
}
}
.ide-right-sidebar-jobs-detail
{
.ide-right-sidebar-jobs-detail
{
...
...
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