BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9cdfdac4
Commit
9cdfdac4
authored
Jul 19, 2017
by
Phil Hughes
Committed by
Mike Greiling
Jul 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch '35210-disable-nav-animations' into 'master'
Remove transitions on nav link hover Closes #35210 See merge request !12950
parent
5e15ff0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+1
-3
No files found.
app/assets/stylesheets/new_sidebar.scss
View file @
9cdfdac4
...
...
@@ -65,7 +65,6 @@ $new-sidebar-width: 220px;
.settings-avatar
{
background-color
:
$white-light
;
transition
:
background-color
100ms
linear
;
i
{
font-size
:
20px
;
...
...
@@ -73,7 +72,6 @@ $new-sidebar-width: 220px;
color
:
$gl-text-color-secondary
;
text-align
:
center
;
align-self
:
center
;
transition
:
color
100ms
linear
;
}
}
...
...
@@ -90,6 +88,7 @@ $new-sidebar-width: 220px;
box-shadow
:
inset
-2px
0
0
$border-color
;
a
{
transition
:
none
;
text-decoration
:
none
;
}
...
...
@@ -177,7 +176,6 @@ $new-sidebar-width: 220px;
color
:
$hover-color
;
.badge
{
transition
:
background-color
100ms
linear
,
color
100ms
linear
;
background-color
:
$indigo-500
;
color
:
$hover-color
;
}
...
...
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