-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix search css and js bugs #5938
Conversation
looks good; thanks for the cleanup! |
app/assets/v2/css/search.css
Outdated
background-color: #fafafa; | ||
color: #5d666f; | ||
cursor: pointer; | ||
text-decoration: none; | ||
border: none; | ||
border-left: 5px solid #3E00FF; | ||
/* border: none; */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@octavioamu LGTM !
Do we wanna raise this against master give we'll be deploying stuff today ?
Codecov Report
@@ Coverage Diff @@
## stable #5938 +/- ##
==========================================
+ Coverage 17.52% 17.52% +<.01%
==========================================
Files 259 259
Lines 23133 23806 +673
Branches 3372 3645 +273
==========================================
+ Hits 4053 4171 +118
- Misses 19070 19587 +517
- Partials 10 48 +38
Continue to review full report at Codecov.
|
Description
Fix some bugs:
nav across the site with diff styles
select2 classes
Add gc-search class to search module to avoid collisions.
Add responsive css
Css changes to avoid flicking spaces.
Add scroll to handle many results on box.
Refers/Fixes
Testing
Tested diff pages and nav sizes.