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
d4f14fb0
Commit
d4f14fb0
authored
Jul 31, 2017
by
Annabel Dunstone Gray
Committed by
James Edwards-Jones
Jul 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch '35482-dropdown' into 'master'
fix :focus styles for selected filter dropdown items Closes #35482 See merge request !13070
parent
d8b66615
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
filters.scss
app/assets/stylesheets/framework/filters.scss
+4
-4
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
d4f14fb0
...
...
@@ -413,13 +413,16 @@
background-color
:
$dropdown-hover-color
;
color
:
$white-light
;
text-decoration
:
none
;
outline
:
0
;
.avatar
{
border-color
:
$white-light
;
}
}
.filter-dropdown-item
{
.droplab-dropdown
.dropdown-menu
.filter-dropdown-item
{
padding
:
0
;
.btn
{
border
:
none
;
width
:
100%
;
...
...
@@ -454,14 +457,11 @@
}
.dropdown-user
{
display
:
-
webkit-flex
;
display
:
flex
;
}
.dropdown-user-details
{
display
:
-
webkit-flex
;
display
:
flex
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
&
>
span
{
...
...
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