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
ae5c16f7
Commit
ae5c16f7
authored
Apr 10, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix recent searches icon alignment in Safari
Fix
https://gitlab.com/gitlab-org/gitlab-ce/issues/30642
parent
069c54a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+12
-14
No files found.
app/assets/stylesheets/framework/filters.scss
View file @
ae5c16f7
...
...
@@ -246,17 +246,17 @@
}
}
.filtered-search-history-dropdown-toggle-button
{
.filtered-search-history-dropdown-wrapper
{
position
:
static
;
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
}
.filtered-search-history-dropdown-toggle-button
{
flex
:
1
;
width
:
auto
;
height
:
100%
;
padding-top
:
0
;
padding-left
:
0
.75em
;
padding-bottom
:
0
;
padding-right
:
0
.5em
;
padding-right
:
10px
;
background-color
:
transparent
;
border-radius
:
0
;
border-top
:
0
;
border-left
:
0
;
...
...
@@ -264,6 +264,7 @@
border-right
:
1px
solid
$border-color
;
color
:
$gl-text-color-secondary
;
line-height
:
1
;
transition
:
color
0
.1s
linear
;
...
...
@@ -275,24 +276,21 @@
}
.dropdown-toggle-text
{
display
:
inline-block
;
color
:
inherit
;
.fa
{
vertical-align
:
middle
;
color
:
inherit
;
}
}
.fa
{
position
:
initial
;
position
:
static
;
}
}
.filtered-search-history-dropdown-wrapper
{
position
:
initial
;
flex-shrink
:
0
;
}
.filtered-search-history-dropdown
{
width
:
40%
;
...
...
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