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
b57839da
Commit
b57839da
authored
Aug 28, 2019
by
Kemais Ehlers
Committed by
Paul Slaughter
Aug 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix top-nav search bar dropdown on xl displays
parent
6d579e9b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+5
-5
changelogs/unreleased/fix-search-input-dropdown.yml
changelogs/unreleased/fix-search-input-dropdown.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
b57839da
...
...
@@ -529,7 +529,7 @@ $award-emoji-width-xs: 90%;
*/
$search-input-border-color
:
rgba
(
$blue-400
,
0
.8
);
$search-input-width
:
200px
;
$search-input-
active
-width
:
320px
;
$search-input-
xl
-width
:
320px
;
$location-icon-color
:
#e7e9ed
;
/*
...
...
app/assets/stylesheets/pages/search.scss
View file @
b57839da
...
...
@@ -48,6 +48,10 @@ input[type='checkbox']:hover {
background-color
ease-in-out
$default-transition-duration
,
width
ease-in-out
$default-transition-duration
;
@include
media-breakpoint-up
(
xl
)
{
width
:
$search-input-xl-width
;
}
&
:hover
{
box-shadow
:
none
;
}
...
...
@@ -116,7 +120,7 @@ input[type='checkbox']:hover {
overflow
:
auto
;
@include
media-breakpoint-up
(
xl
)
{
width
:
$search-input-
active
-width
;
width
:
$search-input-
xl
-width
;
}
}
...
...
@@ -131,10 +135,6 @@ input[type='checkbox']:hover {
border-color
:
$blue-300
;
box-shadow
:
none
;
@include
media-breakpoint-up
(
xl
)
{
width
:
$search-input-active-width
;
}
.search-input-wrap
{
.search-icon
,
.clear-icon
{
...
...
changelogs/unreleased/fix-search-input-dropdown.yml
0 → 100644
View file @
b57839da
---
title
:
Fix top-nav search bar dropdown on xl displays
merge_request
:
31864
author
:
Kemais Ehlers
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