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
33380f81
Commit
33380f81
authored
Oct 20, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove variables from sidebar CSS
parent
70d9401a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
22 deletions
+20
-22
app/assets/stylesheets/framework/contextual-sidebar.scss
app/assets/stylesheets/framework/contextual-sidebar.scss
+11
-21
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+9
-1
No files found.
app/assets/stylesheets/framework/contextual-sidebar.scss
View file @
33380f81
$active-background
:
rgba
(
0
,
0
,
0
,
.04
);
$active-hover-background
:
$active-background
;
$active-hover-color
:
$gl-text-color
;
$inactive-badge-background
:
rgba
(
0
,
0
,
0
,
.08
);
$hover-background
:
rgba
(
0
,
0
,
0
,
.06
);
$hover-color
:
$gl-text-color
;
$inactive-color
:
$gl-text-color-secondary
;
$contextual-sidebar-width
:
220px
;
$contextual-sidebar-collapsed-width
:
50px
;
.page-with-contextual-sidebar
{
@media
(
min-width
:
$screen-md-min
)
{
padding-left
:
$contextual-sidebar-collapsed-width
;
...
...
@@ -48,12 +38,12 @@ $contextual-sidebar-collapsed-width: 50px;
&
:hover
,
a
:hover
{
background-color
:
$hover-background
;
color
:
$
hover
-color
;
background-color
:
$
link-
hover-background
;
color
:
$
gl-text
-color
;
.settings-avatar
{
svg
{
fill
:
$
hover
-color
;
fill
:
$
gl-text
-color
;
}
}
}
...
...
@@ -145,11 +135,11 @@ $contextual-sidebar-collapsed-width: 50px;
display
:
flex
;
align-items
:
center
;
padding
:
12px
16px
;
color
:
$
inactive-color
;
color
:
$
gl-text-color-secondary
;
}
svg
{
fill
:
$
inactive-color
;
fill
:
$
gl-text-color-secondary
;
}
}
...
...
@@ -206,8 +196,8 @@ $contextual-sidebar-collapsed-width: 50px;
&
:hover
,
&
:focus
{
background
:
$
active-hover
-background
;
color
:
$
active-hover
-color
;
background
:
$
link-active
-background
;
color
:
$
gl-text
-color
;
}
}
...
...
@@ -216,7 +206,7 @@ $contextual-sidebar-collapsed-width: 50px;
&
,
&
:hover
,
&
:focus
{
background
:
$active-background
;
background
:
$
link-
active-background
;
}
}
}
...
...
@@ -304,11 +294,11 @@ $contextual-sidebar-collapsed-width: 50px;
.badge
{
background-color
:
$inactive-badge-background
;
color
:
$
inactive-color
;
color
:
$
gl-text-color-secondary
;
}
&
.active
{
background
:
$active-background
;
background
:
$
link-
active-background
;
>
a
{
margin-left
:
4px
;
...
...
@@ -326,7 +316,7 @@ $contextual-sidebar-collapsed-width: 50px;
&
.active
>
a
:hover
,
&
.is-over
>
a
{
background-color
:
$hover-background
;
background-color
:
$
link-
hover-background
;
}
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
33380f81
...
...
@@ -9,6 +9,8 @@ $sidebar-transition-duration: .15s;
$sidebar-breakpoint
:
1024px
;
$default-transition-duration
:
.15s
;
$right-sidebar-transition-duration
:
.3s
;
$contextual-sidebar-width
:
220px
;
$contextual-sidebar-collapsed-width
:
50px
;
/*
* Color schema
...
...
@@ -358,6 +360,13 @@ $dropdown-item-hover-bg: $gray-darker;
$filtered-search-term-shadow-color
:
rgba
(
0
,
0
,
0
,
0
.09
);
$dropdown-hover-color
:
$blue-400
;
/*
* Contextual Sidebar
*/
$link-active-background
:
rgba
(
0
,
0
,
0
,
.04
);
$link-hover-background
:
rgba
(
0
,
0
,
0
,
.06
);
$inactive-badge-background
:
rgba
(
0
,
0
,
0
,
.08
);
/*
* Buttons
*/
...
...
@@ -404,7 +413,6 @@ $note-targe3-inside: #ffffd3;
$note-line2-border
:
#ddd
;
$note-icon-gutter-width
:
55px
;
/*
* Zen
*/
...
...
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