-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Feature/5.0 #6047
Feature/5.0 #6047
Conversation
panda01
commented
Jan 29, 2016
- Moves the App level navigation to the left hand side.
- Changes the kibana logo.
- Exposes the line numbers for less files.
- Adds dummy links as placeholders for users and settings.
@@ -19,7 +19,7 @@ var chrome = require('ui/chrome'); | |||
var routes = require('ui/routes'); | |||
var modules = require('ui/modules'); | |||
|
|||
var kibanaLogoUrl = require('ui/images/kibana.svg'); | |||
var kibanaLogoUrl = require('ui/images/kibana.gif'); |
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.
Just a temporary change to use gif instead of svg?
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.
Yup, will revert.
minor copy improvements (typos)
…ebar function as expected with overlap
…red, added placedholders for users and settings, fixed the sizing on the logo
@@ -101,7 +102,7 @@ class BaseOptimizer { | |||
test: /\.less$/, | |||
loader: ExtractTextPlugin.extract( | |||
'style', | |||
`css${mapQ}!autoprefixer${mapQ ? mapQ + '&' : '?'}{ "browsers": ["last 2 versions","> 5%"] }!less${mapQ}` | |||
`css${mapQ}!autoprefixer${mapQPre}{ "browsers": ["last 2 versions","> 5%"] }!less${mapQPre}dumpLineNumbers=comments` |
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.
is this something we can do in a separate PR? to master maybe? it's going to increase filesizes a bit, probably something we don't want in production/
|
||
> * { | ||
flex-shrink: 0; | ||
} | ||
} | ||
.real-flex-parent(@display: flex, @flow: column nowrap) { |
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.
does it make sense to have display a param given the function name? maybe we can name this something like flex-parent-flow?
|
||
body { overflow: hidden; } |
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.
this is preventing scrolling on a few pages, discover for example
…the user and settings icons.