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
91e87ab5
Commit
91e87ab5
authored
Mar 12, 2018
by
Lukas Eipert
Committed by
Phil Hughes
Mar 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Hover style for sidebar dropdowns is wrong"
parent
30bebe04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
13 deletions
+32
-13
issuable.scss
app/assets/stylesheets/pages/issuable.scss
+27
-13
42579-fix-sidebar-dropdown-hover-style.yml
...ogs/unreleased/42579-fix-sidebar-dropdown-hover-style.yml
+5
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
91e87ab5
...
...
@@ -137,12 +137,22 @@
z-index
:
200
;
overflow
:
hidden
;
a
:not
(
.btn-retry
),
.btn-link
{
a
:not
(
.btn
)
{
color
:
inherit
;
&
:hover
{
color
:
$gl-link-hover-color
;
.avatar
{
border-color
:
rgba
(
$avatar-border
,
.2
);
}
}
}
.btn-link
{
color
:
inherit
;
outline
:
none
;
}
...
...
@@ -214,7 +224,7 @@
&
:hover
{
text-decoration
:
underline
;
color
:
$
md-link
-color
;
color
:
$
gl-link-hover
-color
;
}
}
}
...
...
@@ -486,16 +496,6 @@
}
}
a
:not
(
.btn-retry
)
{
&
:hover
{
color
:
$md-link-color
;
.avatar
{
border-color
:
rgba
(
$avatar-border
,
.2
);
}
}
}
.dropdown-menu-toggle
{
width
:
100%
;
padding-top
:
6px
;
...
...
@@ -503,6 +503,20 @@
.dropdown-menu
{
width
:
100%
;
/*
* Overwrite hover style for dropdown items, so that they are not blue
* This should be removed during dev of https://gitlab.com/gitlab-org/gitlab-ce/issues/44040
*/
li
a
{
&
:hover
,
&
:active
,
&
:focus
,
&
.is-focused
{
@include
dropdown-item-hover
;
}
}
}
}
...
...
changelogs/unreleased/42579-fix-sidebar-dropdown-hover-style.yml
0 → 100644
View file @
91e87ab5
---
title
:
Fix hover style of dropdown items in the right sidebar
merge_request
:
17519
author
:
type
:
fixed
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