-
Notifications
You must be signed in to change notification settings - Fork 95
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
Remove dashboard display menues #971
Remove dashboard display menues #971
Conversation
Codecov Report
@@ Coverage Diff @@
## master #971 +/- ##
=========================================
+ Coverage 9.09% 9.1% +0.01%
=========================================
Files 820 819 -1
Lines 26774 26743 -31
Branches 5718 5686 -32
=========================================
Hits 2436 2436
+ Misses 21992 21964 -28
+ Partials 2346 2343 -3
Continue to review full report at Codecov.
|
flex-grow: 1; | ||
position: relative; | ||
|
||
& .display-icon-bar { |
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.
In styled-components you can directly reference components without the detour with classnames.
So what you can do here, is something like that:
'''
${IconBar}: {
visibility: hidden;
opacity: 0;
}
Extends FilterSelection and withFilterSelection to pass handler to open the filter selection dialog down to the children function/component.
The icon overlay is shown if a user hovers over a dashboard display.
The api for loadEntities has changed.
The component is obsolete now.
No description provided.